#DB2C92
A medium, vivid magenta closely aligning with Mediumvioletred.
About #DB2C92
Visually, #DB2C92 is defined as a vivid magenta. It is closely associated with the named CSS color Mediumvioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 44, and 146.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 80% magenta, 33% 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. 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#DB2C92
RGB219, 44, 146
HSL325.0°, 70.9%, 51.6%
CMYK0%, 80%, 33%, 14%
HSV325.0°, 79.9%, 85.9%
LAB50.6, 72.3, -13.8
XYZ35.3, 18.9, 29.0
Decimal14363794
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.39:1
Text on #FFFFFF
AA Large
4.79:1
Text on #000000
AA
4.19:1
Text on #F8FAFC
AA Large
4.07:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C92;
}
.text-color {
color: #DB2C92;
}
.border-color {
border: 2px solid #DB2C92;
}