#DB1D6D
A medium, vivid magenta closely aligning with Deeppink.
About #DB1D6D
When working with digital screens, the color #DB1D6D is rendered by mixing light. Its closest recognized web color is Deeppink. In the RGB color space, it consists of 219 red, 29 green, and 109 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 87% magenta, 50% yellow, and 14% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB1D6D
RGB219, 29, 109
HSL334.7°, 76.6%, 48.6%
CMYK0%, 87%, 50%, 14%
HSV334.7°, 86.8%, 85.9%
LAB48.3, 72.1, 5.2
XYZ32.4, 17.0, 16.0
Decimal14359917
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.76:1
Text on #FFFFFF
AA
4.41:1
Text on #000000
AA Large
4.55:1
Text on #F8FAFC
AA
3.75:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB1D6D;
}
.text-color {
color: #DB1D6D;
}
.border-color {
border: 2px solid #DB1D6D;
}