#DB50CC
A medium, moderate magenta closely aligning with Mediumorchid.
About #DB50CC
At its core, #DB50CC is a medium and moderate hue. It is closely associated with the named CSS color Mediumorchid. Its digital footprint relies on 219 parts red, 80 parts green, and 204 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 63% Magenta, 7% Yellow, and 14% Black. With a hue angle of 306.5 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB50CC
RGB219, 80, 204
HSL306.5°, 65.9%, 58.6%
CMYK0%, 63%, 7%, 14%
HSV306.5°, 63.5%, 85.9%
LAB57.2, 68.1, -37.5
XYZ43.0, 25.2, 59.7
Decimal14373068
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.48:1
Text on #FFFFFF
AA Large
6.03:1
Text on #000000
AA
3.33:1
Text on #F8FAFC
AA Large
5.13:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #DB50CC;
}
.text-color {
color: #DB50CC;
}
.border-color {
border: 2px solid #DB50CC;
}