#D35799
A medium, moderate magenta closely aligning with Hotpink.
About #D35799
At its core, #D35799 is a medium and moderate hue. Designers often compare it to the standard color Hotpink. This translates to an RGB value of rgb(211, 87, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 59% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#D35799
RGB211, 87, 153
HSL328.1°, 58.5%, 58.4%
CMYK0%, 59%, 27%, 17%
HSV328.1°, 58.8%, 82.7%
LAB55.0, 55.6, -11.4
XYZ36.0, 23.0, 32.7
Decimal13850521
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.59:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #D35799;
}
.text-color {
color: #D35799;
}
.border-color {
border: 2px solid #D35799;
}