#D33AA8
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D33AA8
The precise color #D33AA8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(211, 58, 168).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 73% Magenta, 20% Yellow, and 17% Black. The HSL representation is 316.9° hue, 63.5% saturation, and 52.7% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#D33AA8
RGB211, 58, 168
HSL316.9°, 63.5%, 52.7%
CMYK0%, 73%, 20%, 17%
HSV316.9°, 72.5%, 82.7%
LAB51.5, 69.0, -25.6
XYZ35.4, 19.7, 39.0
Decimal13843112
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33AA8;
}
.text-color {
color: #D33AA8;
}
.border-color {
border: 2px solid #D33AA8;
}