#D32CD3
A medium, moderate magenta closely aligning with Darkorchid.
About #D32CD3
Visually, #D32CD3 is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 211 parts red, 44 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 79% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D32CD3
RGB211, 44, 211
HSL300.0°, 65.5%, 50.0%
CMYK0%, 79%, 0%, 17%
HSV300.0°, 79.1%, 82.7%
LAB52.2, 79.1, -49.4
XYZ39.5, 20.4, 63.5
Decimal13839571
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.07:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D32CD3;
}
.text-color {
color: #D32CD3;
}
.border-color {
border: 2px solid #D32CD3;
}