Shades of Deep Magenta #DB04CF
Tints of Deep Magenta #DB04CF
RGB
CMYK
RGB Variations
Color information
#DB04CF (or 0xDB04CF) is known color: Deep Magenta. HEX triplet: DB, 04 and CF. RGB value is (219,4,207). Sum of RGB (Red+Green+Blue) = 219+4+207=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04CF is #24FB30. Grayscale: #5A5A5A. Windows color (decimal): -2423601 or 13567195. OLE color: 13567195.
HSL color Cylindrical-coordinate representation of color #DB04CF: hue angle of 303.35º 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 #DB04CF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.14 |
| HSL | 303.35º | 0.96% | 0.44% | - |
| HSV(B) | 303.35º | 0.98% | 0.86% | - |
| XYZ | 40.52 | 19.65 | 60.69 | - |
| YUV | 91.43 | 193.23 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 207 | 0 | 0.98 | 0.05 | 0.14 | 303.35 | 0.96 | 0.44 |
| Hex | DB | 4 | CF | 0 | 62 | 5 | E | 12F | 60 | 2C |
| Octal | 333 | 4 | 317 | 0 | 142 | 5 | 16 | 457 | 140 | 54 |
| Binary | 11011011 | 100 | 11001111 | 0 | 1100010 | 101 | 1110 | 100101111 | 1100000 | 101100 |
Color Harmonies of #DB04CF
Complementary color
Monochromatic Colors of #DB04CF
Black with #DB04CF
Text Example
Text Example
White with #DB04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04CF; }
p { color: rgb(219,4,207); }
H1.HeaderClassName
{
color: #DB04CF;
}
.AnyTagClassName
{
color: #DB04CF;
}
</style>
background-color css
<style>
a { background-color: #DB04CF; }
a { background-color: rgb(219,4,207); }
div.DivClassName
{
background-color: #DB04CF;
}
.BgClassName
{
background-color: #DB04CF;
}
</style>
border-color css
<style>
span { border-color: #DB04CF; }
span { border-color: rgb(219,4,207); }
td.TdClassName
{
border-color: #DB04CF;
}
.TagClassName
{
border-color: #DB04CF;
}
</style>