#DB428A
A medium, moderate magenta closely aligning with Hotpink.
About #DB428A
Visually, #DB428A is defined as a moderate magenta. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 66, and 138.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 70% magenta, 37% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#DB428A
RGB219, 66, 138
HSL331.8°, 68.0%, 55.9%
CMYK0%, 70%, 37%, 14%
HSV331.8°, 69.9%, 85.9%
LAB52.7, 64.7, -5.9
XYZ35.7, 20.8, 26.2
Decimal14369418
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB428A;
}
.text-color {
color: #DB428A;
}
.border-color {
border: 2px solid #DB428A;
}