Shades of Deep Magenta #DB04C8
Tints of Deep Magenta #DB04C8
RGB
CMYK
RGB Variations
Color information
#DB04C8 (or 0xDB04C8) is known color: Deep Magenta. HEX triplet: DB, 04 and C8. RGB value is (219,4,200). Sum of RGB (Red+Green+Blue) = 219+4+200=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 200 (78.52% from 255 or 47.28% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04C8 is #24FB37. Grayscale: #5A5A5A. Windows color (decimal): -2423608 or 13108443. OLE color: 13108443.
HSL color Cylindrical-coordinate representation of color #DB04C8: hue angle of 305.3º 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 #DB04C8 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.14 |
| HSL | 305.3º | 0.96% | 0.44% | - |
| HSV(B) | 305.3º | 0.98% | 0.86% | - |
| XYZ | 39.68 | 19.32 | 56.28 | - |
| YUV | 90.63 | 189.73 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 200 | 0 | 0.98 | 0.09 | 0.14 | 305.3 | 0.96 | 0.44 |
| Hex | DB | 4 | C8 | 0 | 62 | 9 | E | 131 | 60 | 2C |
| Octal | 333 | 4 | 310 | 0 | 142 | 11 | 16 | 461 | 140 | 54 |
| Binary | 11011011 | 100 | 11001000 | 0 | 1100010 | 1001 | 1110 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DB04C8
Complementary color
Monochromatic Colors of #DB04C8
Black with #DB04C8
Text Example
Text Example
White with #DB04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04C8; }
p { color: rgb(219,4,200); }
H1.HeaderClassName
{
color: #DB04C8;
}
.AnyTagClassName
{
color: #DB04C8;
}
</style>
background-color css
<style>
a { background-color: #DB04C8; }
a { background-color: rgb(219,4,200); }
div.DivClassName
{
background-color: #DB04C8;
}
.BgClassName
{
background-color: #DB04C8;
}
</style>
border-color css
<style>
span { border-color: #DB04C8; }
span { border-color: rgb(219,4,200); }
td.TdClassName
{
border-color: #DB04C8;
}
.TagClassName
{
border-color: #DB04C8;
}
</style>