Shades of Deep Magenta #DB04CC
Tints of Deep Magenta #DB04CC
RGB
CMYK
RGB Variations
Color information
#DB04CC (or 0xDB04CC) is known color: Deep Magenta. HEX triplet: DB, 04 and CC. RGB value is (219,4,204). Sum of RGB (Red+Green+Blue) = 219+4+204=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04CC is #24FB33. Grayscale: #5A5A5A. Windows color (decimal): -2423604 or 13370587. OLE color: 13370587.
HSL color Cylindrical-coordinate representation of color #DB04CC: hue angle of 304.19º 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 #DB04CC is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 204 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.14 |
| HSL | 304.19º | 0.96% | 0.44% | - |
| HSV(B) | 304.19º | 0.98% | 0.86% | - |
| XYZ | 40.16 | 19.51 | 58.78 | - |
| YUV | 91.09 | 191.73 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 204 | 0 | 0.98 | 0.07 | 0.14 | 304.19 | 0.96 | 0.44 |
| Hex | DB | 4 | CC | 0 | 62 | 7 | E | 130 | 60 | 2C |
| Octal | 333 | 4 | 314 | 0 | 142 | 7 | 16 | 460 | 140 | 54 |
| Binary | 11011011 | 100 | 11001100 | 0 | 1100010 | 111 | 1110 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DB04CC
Complementary color
Monochromatic Colors of #DB04CC
Black with #DB04CC
Text Example
Text Example
White with #DB04CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04CC; }
p { color: rgb(219,4,204); }
H1.HeaderClassName
{
color: #DB04CC;
}
.AnyTagClassName
{
color: #DB04CC;
}
</style>
background-color css
<style>
a { background-color: #DB04CC; }
a { background-color: rgb(219,4,204); }
div.DivClassName
{
background-color: #DB04CC;
}
.BgClassName
{
background-color: #DB04CC;
}
</style>
border-color css
<style>
span { border-color: #DB04CC; }
span { border-color: rgb(219,4,204); }
td.TdClassName
{
border-color: #DB04CC;
}
.TagClassName
{
border-color: #DB04CC;
}
</style>