#D31DCC
A medium, vivid magenta closely aligning with Darkorchid.
About #D31DCC
Visually, #D31DCC is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(211, 29, 204).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 86% magenta, 3% yellow, and 17% black. The HSL representation is 302.3° hue, 75.8% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D31DCC
RGB211, 29, 204
HSL302.3°, 75.8%, 47.1%
CMYK0%, 86%, 3%, 17%
HSV302.3°, 86.3%, 82.7%
LAB50.8, 81.1, -47.7
XYZ38.2, 19.1, 58.8
Decimal13835724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.36:1
Text on #FFFFFF
AA Large
4.82:1
Text on #000000
AA
4.17:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31DCC;
}
.text-color {
color: #D31DCC;
}
.border-color {
border: 2px solid #D31DCC;
}