Shades of Deep Magenta #DB0CC0
Tints of Deep Magenta #DB0CC0
RGB
CMYK
RGB Variations
Color information
#DB0CC0 (or 0xDB0CC0) is known color: Deep Magenta. HEX triplet: DB, 0C and C0. RGB value is (219,12,192). Sum of RGB (Red+Green+Blue) = 219+12+192=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CC0 is #24F33F. Grayscale: #5D5D5D. Windows color (decimal): -2421568 or 12586203. OLE color: 12586203.
HSL color Cylindrical-coordinate representation of color #DB0CC0: hue angle of 307.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CC0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 192 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.14 |
| HSL | 307.83º | 0.9% | 0.45% | - |
| HSV(B) | 307.83º | 0.95% | 0.86% | - |
| XYZ | 38.86 | 19.13 | 51.51 | - |
| YUV | 94.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 192 | 0 | 0.95 | 0.12 | 0.14 | 307.83 | 0.9 | 0.45 |
| Hex | DB | C | C0 | 0 | 5F | C | E | 134 | 5A | 2D |
| Octal | 333 | 14 | 300 | 0 | 137 | 14 | 16 | 464 | 132 | 55 |
| Binary | 11011011 | 1100 | 11000000 | 0 | 1011111 | 1100 | 1110 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DB0CC0
Complementary color
Monochromatic Colors of #DB0CC0
Black with #DB0CC0
Text Example
Text Example
White with #DB0CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CC0; }
p { color: rgb(219,12,192); }
H1.HeaderClassName
{
color: #DB0CC0;
}
.AnyTagClassName
{
color: #DB0CC0;
}
</style>
background-color css
<style>
a { background-color: #DB0CC0; }
a { background-color: rgb(219,12,192); }
div.DivClassName
{
background-color: #DB0CC0;
}
.BgClassName
{
background-color: #DB0CC0;
}
</style>
border-color css
<style>
span { border-color: #DB0CC0; }
span { border-color: rgb(219,12,192); }
td.TdClassName
{
border-color: #DB0CC0;
}
.TagClassName
{
border-color: #DB0CC0;
}
</style>