#D33375
A medium, moderate magenta closely aligning with Mediumvioletred.
About #D33375
When working with digital screens, the color #D33375 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumvioletred. This translates to an RGB value of rgb(211, 51, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 76% magenta inks. The HSL representation is 335.2° hue, 64.5% saturation, and 51.4% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D33375
RGB211, 51, 117
HSL335.2°, 64.5%, 51.4%
CMYK0%, 76%, 45%, 17%
HSV335.2°, 75.8%, 82.7%
LAB48.9, 65.5, 1.0
XYZ31.3, 17.5, 18.6
Decimal13841269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.67:1
Text on #FFFFFF
AA
4.50:1
Text on #000000
AA
4.46:1
Text on #F8FAFC
AA Large
3.83:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33375;
}
.text-color {
color: #D33375;
}
.border-color {
border: 2px solid #D33375;
}