#DB3A6D
A medium, moderate magenta closely aligning with Palevioletred.
About #DB3A6D
At its core, #DB3A6D is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Palevioletred. Its digital footprint relies on 219 parts red, 58 parts green, and 109 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 74% M, 50% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#DB3A6D
RGB219, 58, 109
HSL341.0°, 69.1%, 54.3%
CMYK0%, 74%, 50%, 14%
HSV341.0°, 73.5%, 85.9%
LAB50.9, 64.7, 8.9
XYZ33.5, 19.2, 16.4
Decimal14367341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.34:1
Text on #FFFFFF
AA Large
4.84:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.11:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3A6D;
}
.text-color {
color: #DB3A6D;
}
.border-color {
border: 2px solid #DB3A6D;
}