Shades of Deep Magenta #DB04C2
Tints of Deep Magenta #DB04C2
RGB
CMYK
RGB Variations
Color information
#DB04C2 (or 0xDB04C2) is known color: Deep Magenta. HEX triplet: DB, 04 and C2. RGB value is (219,4,194). Sum of RGB (Red+Green+Blue) = 219+4+194=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04C2 is #24FB3D. Grayscale: #595959. Windows color (decimal): -2423614 or 12715227. OLE color: 12715227.
HSL color Cylindrical-coordinate representation of color #DB04C2: hue angle of 306.98º 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 #DB04C2 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 194 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.14 |
| HSL | 306.98º | 0.96% | 0.44% | - |
| HSV(B) | 306.98º | 0.98% | 0.86% | - |
| XYZ | 38.99 | 19.04 | 52.66 | - |
| YUV | 89.95 | 186.73 | 220.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 194 | 0 | 0.98 | 0.11 | 0.14 | 306.98 | 0.96 | 0.44 |
| Hex | DB | 4 | C2 | 0 | 62 | B | E | 133 | 60 | 2C |
| Octal | 333 | 4 | 302 | 0 | 142 | 13 | 16 | 463 | 140 | 54 |
| Binary | 11011011 | 100 | 11000010 | 0 | 1100010 | 1011 | 1110 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DB04C2
Complementary color
Monochromatic Colors of #DB04C2
Black with #DB04C2
Text Example
Text Example
White with #DB04C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04C2; }
p { color: rgb(219,4,194); }
H1.HeaderClassName
{
color: #DB04C2;
}
.AnyTagClassName
{
color: #DB04C2;
}
</style>
background-color css
<style>
a { background-color: #DB04C2; }
a { background-color: rgb(219,4,194); }
div.DivClassName
{
background-color: #DB04C2;
}
.BgClassName
{
background-color: #DB04C2;
}
</style>
border-color css
<style>
span { border-color: #DB04C2; }
span { border-color: rgb(219,4,194); }
td.TdClassName
{
border-color: #DB04C2;
}
.TagClassName
{
border-color: #DB04C2;
}
</style>