#D31DD3
A medium, vivid magenta closely aligning with Darkorchid.
About #D31DD3
The hex code #D31DD3 represents a beautifully specific shade of magenta. Designers often compare it to the standard color Darkorchid. In the RGB color space, it consists of 211 red, 29 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 86% magenta, 0% yellow, and 17% black. The HSL representation is 300.0° hue, 75.8% saturation, and 47.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D31DD3
RGB211, 29, 211
HSL300.0°, 75.8%, 47.1%
CMYK0%, 86%, 0%, 17%
HSV300.0°, 86.3%, 82.7%
LAB51.2, 82.1, -51.1
XYZ39.1, 19.4, 63.3
Decimal13835731
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D31DD3;
}
.text-color {
color: #D31DD3;
}
.border-color {
border: 2px solid #D31DD3;
}