Shades of Deep Magenta #DB05C0
Tints of Deep Magenta #DB05C0
RGB
CMYK
RGB Variations
Color information
#DB05C0 (or 0xDB05C0) is known color: Deep Magenta. HEX triplet: DB, 05 and C0. RGB value is (219,5,192). Sum of RGB (Red+Green+Blue) = 219+5+192=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05C0 is #24FA3F. Grayscale: #595959. Windows color (decimal): -2423360 or 12584411. OLE color: 12584411.
HSL color Cylindrical-coordinate representation of color #DB05C0: hue angle of 307.57º 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 #DB05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.14 |
| HSL | 307.57º | 0.96% | 0.44% | - |
| HSV(B) | 307.57º | 0.98% | 0.86% | - |
| XYZ | 38.78 | 18.97 | 51.49 | - |
| YUV | 90.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 192 | 0 | 0.98 | 0.12 | 0.14 | 307.57 | 0.96 | 0.44 |
| Hex | DB | 5 | C0 | 0 | 62 | C | E | 134 | 60 | 2C |
| Octal | 333 | 5 | 300 | 0 | 142 | 14 | 16 | 464 | 140 | 54 |
| Binary | 11011011 | 101 | 11000000 | 0 | 1100010 | 1100 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DB05C0
Complementary color
Monochromatic Colors of #DB05C0
Black with #DB05C0
Text Example
Text Example
White with #DB05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05C0; }
p { color: rgb(219,5,192); }
H1.HeaderClassName
{
color: #DB05C0;
}
.AnyTagClassName
{
color: #DB05C0;
}
</style>
background-color css
<style>
a { background-color: #DB05C0; }
a { background-color: rgb(219,5,192); }
div.DivClassName
{
background-color: #DB05C0;
}
.BgClassName
{
background-color: #DB05C0;
}
</style>
border-color css
<style>
span { border-color: #DB05C0; }
span { border-color: rgb(219,5,192); }
td.TdClassName
{
border-color: #DB05C0;
}
.TagClassName
{
border-color: #DB05C0;
}
</style>