#DB3A75
A medium, moderate magenta closely aligning with Hotpink.
About #DB3A75
The precise color #DB3A75 is an excellent choice for modern design projects. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 219 red, 58 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 74% Magenta, 47% Yellow, and 14% Black. The HSL representation is 338.0° hue, 69.1% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB3A75
RGB219, 58, 117
HSL338.0°, 69.1%, 54.3%
CMYK0%, 74%, 47%, 14%
HSV338.0°, 73.5%, 85.9%
LAB51.1, 65.4, 4.4
XYZ33.9, 19.4, 18.8
Decimal14367349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.31:1
Text on #FFFFFF
AA Large
4.87:1
Text on #000000
AA
4.12:1
Text on #F8FAFC
AA Large
4.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A75;
}
.text-color {
color: #DB3A75;
}
.border-color {
border: 2px solid #DB3A75;
}