#D33366
A medium, moderate magenta closely aligning with Indianred.
About #D33366
Visually, #D33366 is defined as a moderate magenta. It is closely associated with the named CSS color Indianred. In the RGB color space, it consists of 211 red, 51 green, and 102 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 76% M, 52% Y, and 17% K. The HSL representation is 340.9° hue, 64.5% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D33366
RGB211, 51, 102
HSL340.9°, 64.5%, 51.4%
CMYK0%, 76%, 52%, 17%
HSV340.9°, 75.8%, 82.7%
LAB48.5, 64.2, 9.6
XYZ30.4, 17.2, 14.3
Decimal13841254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.73:1
Text on #FFFFFF
AA
4.44:1
Text on #000000
AA Large
4.53:1
Text on #F8FAFC
AA
3.77:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33366;
}
.text-color {
color: #D33366;
}
.border-color {
border: 2px solid #D33366;
}