#D33AD3
A medium, moderate magenta closely aligning with Mediumorchid.
About #D33AD3
At its core, #D33AD3 is a medium and moderate hue. It is closely associated with the named CSS color Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 58, and 211.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 73% M, 0% Y, and 17% K. The HSL representation is 300.0° hue, 63.5% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D33AD3
RGB211, 58, 211
HSL300.0°, 63.5%, 52.7%
CMYK0%, 73%, 0%, 17%
HSV300.0°, 72.5%, 82.7%
LAB53.6, 75.2, -47.3
XYZ40.1, 21.6, 63.7
Decimal13843155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.32:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D33AD3;
}
.text-color {
color: #D33AD3;
}
.border-color {
border: 2px solid #D33AD3;
}