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