Dogwood Rose (#D71868)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 4.98:1 — vs black: 4.22:1
Color values
-
HEX
#D71868 -
RGB
rgb(215, 24, 104) -
HSL
hsl(334, 79%, 46%) -
CMYK
cmyk( 0, 89, 52, 16 ) -
Websafe
#CC0066
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #D71868 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#D71868
Base
#18D787
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#D71868
Base
#D718C7
#D72718
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#D71868
Base
#68D718
#1868D7
Two colors flanking the complement — high contrast with less tension than full complementary.
#D71868
Base
#18D727
#18C7D7
Four colors at 90° intervals — rich variety, best when one color dominates.
#D71868
Base
#C7D718
#18D787
#2718D7
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#D71868
Base
#4D0925
#921047
#B21456
#E8307D
#EB5091
#F395BC
Darker shades and lighter tints of Dogwood Rose, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#17030B
#3D071E
#640B30
#8A0F43
#B11455
#D71868
Base
#E93782
#EE649D
#F390B9
#F8BCD5
#FCE8F1
Ready-to-use code snippets for #D71868. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #D71868;
}
/* Text */
.element {
color: #D71868;
}
/* Border */
.element {
border: 1px solid #D71868;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#D71868,
#18D787
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#D71868,
#18D787
);
}
// SCSS variable
$dogwood-rose: #D71868;
// With RGB channels (useful for rgba() usage)
$dogwood-rose-r: 215;
$dogwood-rose-g: 24;
$dogwood-rose-b: 104;
// Usage
.element {
background-color: $dogwood-rose;
color: rgba($dogwood-rose-r, $dogwood-rose-g, $dogwood-rose-b, 0.8);
}
How Dogwood Rose appears to people with different types of color vision deficiency.
#D71868
How the color appears with full color vision.
#7D7D63
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#515169
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#D52C2C
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#707070
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.