Shades of Deep Magenta #DB0CB6
Tints of Deep Magenta #DB0CB6
RGB
CMYK
RGB Variations
Color information
#DB0CB6 (or 0xDB0CB6) is known color: Deep Magenta. HEX triplet: DB, 0C and B6. RGB value is (219,12,182). Sum of RGB (Red+Green+Blue) = 219+12+182=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CB6 is #24F349. Grayscale: #5C5C5C. Windows color (decimal): -2421578 or 11930843. OLE color: 11930843.
HSL color Cylindrical-coordinate representation of color #DB0CB6: hue angle of 310.72º 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 #DB0CB6 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 182 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.14 |
| HSL | 310.72º | 0.9% | 0.45% | - |
| HSV(B) | 310.72º | 0.95% | 0.86% | - |
| XYZ | 37.79 | 18.7 | 45.87 | - |
| YUV | 93.27 | 178.08 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 182 | 0 | 0.95 | 0.17 | 0.14 | 310.72 | 0.9 | 0.45 |
| Hex | DB | C | B6 | 0 | 5F | 11 | E | 137 | 5A | 2D |
| Octal | 333 | 14 | 266 | 0 | 137 | 21 | 16 | 467 | 132 | 55 |
| Binary | 11011011 | 1100 | 10110110 | 0 | 1011111 | 10001 | 1110 | 100110111 | 1011010 | 101101 |
Color Harmonies of #DB0CB6
Complementary color
Monochromatic Colors of #DB0CB6
Black with #DB0CB6
Text Example
Text Example
White with #DB0CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CB6; }
p { color: rgb(219,12,182); }
H1.HeaderClassName
{
color: #DB0CB6;
}
.AnyTagClassName
{
color: #DB0CB6;
}
</style>
background-color css
<style>
a { background-color: #DB0CB6; }
a { background-color: rgb(219,12,182); }
div.DivClassName
{
background-color: #DB0CB6;
}
.BgClassName
{
background-color: #DB0CB6;
}
</style>
border-color css
<style>
span { border-color: #DB0CB6; }
span { border-color: rgb(219,12,182); }
td.TdClassName
{
border-color: #DB0CB6;
}
.TagClassName
{
border-color: #DB0CB6;
}
</style>