#D31D66
A medium, vivid magenta closely aligning with Deeppink.
About #D31D66
Visually, #D31D66 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Deeppink. In the RGB color space, it consists of 211 red, 29 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 86% M, 52% Y, and 17% K. The HSL representation is 335.9° hue, 75.8% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D31D66
RGB211, 29, 102
HSL335.9°, 75.8%, 47.1%
CMYK0%, 86%, 52%, 17%
HSV335.9°, 86.3%, 82.7%
LAB46.6, 69.6, 6.8
XYZ29.7, 15.7, 14.0
Decimal13835622
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.08:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31D66;
}
.text-color {
color: #D31D66;
}
.border-color {
border: 2px solid #D31D66;
}