Shades of Deep Magenta #DB04DC
Tints of Deep Magenta #DB04DC
RGB
CMYK
RGB Variations
Color information
#DB04DC (or 0xDB04DC) is known color: Deep Magenta. HEX triplet: DB, 04 and DC. RGB value is (219,4,220). Sum of RGB (Red+Green+Blue) = 219+4+220=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB04DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04DC is #24FB23. Grayscale: #5C5C5C. Windows color (decimal): -2423588 or 14419163. OLE color: 14419163.
HSL color Cylindrical-coordinate representation of color #DB04DC: hue angle of 299.72º 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 #DB04DC is Cyan = 0.00, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 220 | - |
| CMYK | 0.00 | 0.98 | 0 | 0.14 |
| HSL | 299.72º | 0.96% | 0.44% | - |
| HSV(B) | 299.72º | 0.98% | 0.86% | - |
| XYZ | 42.18 | 20.31 | 69.41 | - |
| YUV | 92.91 | 199.73 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 220 | 0.00 | 0.98 | 0 | 0.14 | 299.72 | 0.96 | 0.44 |
| Hex | DB | 4 | DC | 0 | 62 | 0 | E | 12C | 60 | 2C |
| Octal | 333 | 4 | 334 | 0 | 142 | 0 | 16 | 454 | 140 | 54 |
| Binary | 11011011 | 100 | 11011100 | 0 | 1100010 | 0 | 1110 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DB04DC
Complementary color
Monochromatic Colors of #DB04DC
Black with #DB04DC
Text Example
Text Example
White with #DB04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04DC; }
p { color: rgb(219,4,220); }
H1.HeaderClassName
{
color: #DB04DC;
}
.AnyTagClassName
{
color: #DB04DC;
}
</style>
background-color css
<style>
a { background-color: #DB04DC; }
a { background-color: rgb(219,4,220); }
div.DivClassName
{
background-color: #DB04DC;
}
.BgClassName
{
background-color: #DB04DC;
}
</style>
border-color css
<style>
span { border-color: #DB04DC; }
span { border-color: rgb(219,4,220); }
td.TdClassName
{
border-color: #DB04DC;
}
.TagClassName
{
border-color: #DB04DC;
}
</style>