#DB0FC5
A medium, vivid magenta closely aligning with Mediumorchid.
About #DB0FC5
Visually, #DB0FC5 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(219, 15, 197).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 93% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#DB0FC5
RGB219, 15, 197
HSL306.5°, 87.2%, 45.9%
CMYK0%, 93%, 10%, 14%
HSV306.5°, 93.2%, 85.9%
LAB51.2, 83.4, -42.9
XYZ39.5, 19.4, 54.5
Decimal14356421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.89:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0FC5;
}
.text-color {
color: #DB0FC5;
}
.border-color {
border: 2px solid #DB0FC5;
}