Shades of Deep Magenta #DB04C5
Tints of Deep Magenta #DB04C5
RGB
CMYK
RGB Variations
Color information
#DB04C5 (or 0xDB04C5) is known color: Deep Magenta. HEX triplet: DB, 04 and C5. RGB value is (219,4,197). Sum of RGB (Red+Green+Blue) = 219+4+197=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04C5 is #24FB3A. Grayscale: #595959. Windows color (decimal): -2423611 or 12911835. OLE color: 12911835.
HSL color Cylindrical-coordinate representation of color #DB04C5: hue angle of 306.14º 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 #DB04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.14 |
| HSL | 306.14º | 0.96% | 0.44% | - |
| HSV(B) | 306.14º | 0.98% | 0.86% | - |
| XYZ | 39.33 | 19.18 | 54.45 | - |
| YUV | 90.29 | 188.23 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 197 | 0 | 0.98 | 0.10 | 0.14 | 306.14 | 0.96 | 0.44 |
| Hex | DB | 4 | C5 | 0 | 62 | A | E | 132 | 60 | 2C |
| Octal | 333 | 4 | 305 | 0 | 142 | 12 | 16 | 462 | 140 | 54 |
| Binary | 11011011 | 100 | 11000101 | 0 | 1100010 | 1010 | 1110 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DB04C5
Complementary color
Monochromatic Colors of #DB04C5
Black with #DB04C5
Text Example
Text Example
White with #DB04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04C5; }
p { color: rgb(219,4,197); }
H1.HeaderClassName
{
color: #DB04C5;
}
.AnyTagClassName
{
color: #DB04C5;
}
</style>
background-color css
<style>
a { background-color: #DB04C5; }
a { background-color: rgb(219,4,197); }
div.DivClassName
{
background-color: #DB04C5;
}
.BgClassName
{
background-color: #DB04C5;
}
</style>
border-color css
<style>
span { border-color: #DB04C5; }
span { border-color: rgb(219,4,197); }
td.TdClassName
{
border-color: #DB04C5;
}
.TagClassName
{
border-color: #DB04C5;
}
</style>