Shades of Deep Magenta #DB04CA
Tints of Deep Magenta #DB04CA
RGB
CMYK
RGB Variations
Color information
#DB04CA (or 0xDB04CA) is known color: Deep Magenta. HEX triplet: DB, 04 and CA. RGB value is (219,4,202). Sum of RGB (Red+Green+Blue) = 219+4+202=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04CA is #24FB35. Grayscale: #5A5A5A. Windows color (decimal): -2423606 or 13239515. OLE color: 13239515.
HSL color Cylindrical-coordinate representation of color #DB04CA: hue angle of 304.74º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04CA is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.14 |
| HSL | 304.74º | 0.96% | 0.44% | - |
| HSV(B) | 304.74º | 0.98% | 0.86% | - |
| XYZ | 39.92 | 19.41 | 57.52 | - |
| YUV | 90.86 | 190.73 | 219.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 202 | 0 | 0.98 | 0.08 | 0.14 | 304.74 | 0.96 | 0.44 |
| Hex | DB | 4 | CA | 0 | 62 | 8 | E | 131 | 60 | 2C |
| Octal | 333 | 4 | 312 | 0 | 142 | 10 | 16 | 461 | 140 | 54 |
| Binary | 11011011 | 100 | 11001010 | 0 | 1100010 | 1000 | 1110 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DB04CA
Complementary color
Monochromatic Colors of #DB04CA
Black with #DB04CA
Text Example
Text Example
White with #DB04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04CA; }
p { color: rgb(219,4,202); }
H1.HeaderClassName
{
color: #DB04CA;
}
.AnyTagClassName
{
color: #DB04CA;
}
</style>
background-color css
<style>
a { background-color: #DB04CA; }
a { background-color: rgb(219,4,202); }
div.DivClassName
{
background-color: #DB04CA;
}
.BgClassName
{
background-color: #DB04CA;
}
</style>
border-color css
<style>
span { border-color: #DB04CA; }
span { border-color: rgb(219,4,202); }
td.TdClassName
{
border-color: #DB04CA;
}
.TagClassName
{
border-color: #DB04CA;
}
</style>