#D31DE9
A medium, vivid magenta closely aligning with Fuchsia.
About #D31DE9
At its core, #D31DE9 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Fuchsia. This translates to an RGB value of rgb(211, 29, 233).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 9% C, 88% M, 0% Y, and 9% K. The HSL representation is 293.5° hue, 82.3% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D31DE9
RGB211, 29, 233
HSL293.5°, 82.3%, 51.4%
CMYK9%, 88%, 0%, 9%
HSV293.5°, 87.6%, 91.4%
LAB52.5, 85.5, -61.5
XYZ42.0, 20.6, 78.9
Decimal13835753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31DE9;
}
.text-color {
color: #D31DE9;
}
.border-color {
border: 2px solid #D31DE9;
}