Shades of Deep Magenta #DB0CC6
Tints of Deep Magenta #DB0CC6
RGB
CMYK
RGB Variations
Color information
#DB0CC6 (or 0xDB0CC6) is known color: Deep Magenta. HEX triplet: DB, 0C and C6. RGB value is (219,12,198). Sum of RGB (Red+Green+Blue) = 219+12+198=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 198 (77.73% from 255 or 46.15% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CC6 is #24F339. Grayscale: #5E5E5E. Windows color (decimal): -2421562 or 12979419. OLE color: 12979419.
HSL color Cylindrical-coordinate representation of color #DB0CC6: hue angle of 306.09º 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 #DB0CC6 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 198 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.14 |
| HSL | 306.09º | 0.9% | 0.45% | - |
| HSV(B) | 306.09º | 0.95% | 0.86% | - |
| XYZ | 39.54 | 19.4 | 55.09 | - |
| YUV | 95.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 198 | 0 | 0.95 | 0.10 | 0.14 | 306.09 | 0.9 | 0.45 |
| Hex | DB | C | C6 | 0 | 5F | A | E | 132 | 5A | 2D |
| Octal | 333 | 14 | 306 | 0 | 137 | 12 | 16 | 462 | 132 | 55 |
| Binary | 11011011 | 1100 | 11000110 | 0 | 1011111 | 1010 | 1110 | 100110010 | 1011010 | 101101 |
Color Harmonies of #DB0CC6
Complementary color
Monochromatic Colors of #DB0CC6
Black with #DB0CC6
Text Example
Text Example
White with #DB0CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CC6; }
p { color: rgb(219,12,198); }
H1.HeaderClassName
{
color: #DB0CC6;
}
.AnyTagClassName
{
color: #DB0CC6;
}
</style>
background-color css
<style>
a { background-color: #DB0CC6; }
a { background-color: rgb(219,12,198); }
div.DivClassName
{
background-color: #DB0CC6;
}
.BgClassName
{
background-color: #DB0CC6;
}
</style>
border-color css
<style>
span { border-color: #DB0CC6; }
span { border-color: rgb(219,12,198); }
td.TdClassName
{
border-color: #DB0CC6;
}
.TagClassName
{
border-color: #DB0CC6;
}
</style>