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

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
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

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #D71868 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Dogwood Rose
#D71868 Base
#18D787
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Dogwood Rose
#D71868 Base
#D718C7
#D72718
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Dogwood Rose
#D71868 Base
#68D718
#1868D7
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Dogwood Rose
#D71868 Base
#18D727
#18C7D7
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Dogwood Rose
#D71868 Base
#C7D718
#18D787
#2718D7
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Dogwood Rose
#D71868 Base
#4D0925
#921047
#B21456
#E8307D
#EB5091
#F395BC
Shades & Tints

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
Dogwood Rose #D71868 Base
#E93782
#EE649D
#F390B9
#F8BCD5
#FCE8F1
CSS & SCSS Snippets

Ready-to-use code snippets for #D71868. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #D71868;
}

/* Text */
.element {
    color: #D71868;
}

/* Border */
.element {
    border: 1px solid #D71868;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #D71868,
        #18D787
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #D71868,
        #18D787
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Dogwood Rose appears to people with different types of color vision deficiency.

Normal Vision #D71868 How the color appears with full color vision.
Deuteranopia #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.
Protanopia #515169 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #D52C2C Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #707070 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Dogwood Rose ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Dogwood Rose #D71868 Base
Ruby #E0115F ΔE 3.44
Razzmatazz #E3256B ΔE 3.49
Telemagenta #CF3476 ΔE 3.68
Red-purple #E40078 ΔE 3.77

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.