Shades of Deep Magenta #DB0CB9
Tints of Deep Magenta #DB0CB9
RGB
CMYK
RGB Variations
Color information
#DB0CB9 (or 0xDB0CB9) is known color: Deep Magenta. HEX triplet: DB, 0C and B9. RGB value is (219,12,185). Sum of RGB (Red+Green+Blue) = 219+12+185=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CB9 is #24F346. Grayscale: #5D5D5D. Windows color (decimal): -2421575 or 12127451. OLE color: 12127451.
HSL color Cylindrical-coordinate representation of color #DB0CB9: hue angle of 309.86º 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 #DB0CB9 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 185 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.14 |
| HSL | 309.86º | 0.9% | 0.45% | - |
| HSV(B) | 309.86º | 0.95% | 0.86% | - |
| XYZ | 38.1 | 18.83 | 47.52 | - |
| YUV | 93.62 | 179.58 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 185 | 0 | 0.95 | 0.16 | 0.14 | 309.86 | 0.9 | 0.45 |
| Hex | DB | C | B9 | 0 | 5F | 10 | E | 136 | 5A | 2D |
| Octal | 333 | 14 | 271 | 0 | 137 | 20 | 16 | 466 | 132 | 55 |
| Binary | 11011011 | 1100 | 10111001 | 0 | 1011111 | 10000 | 1110 | 100110110 | 1011010 | 101101 |
Color Harmonies of #DB0CB9
Complementary color
Monochromatic Colors of #DB0CB9
Black with #DB0CB9
Text Example
Text Example
White with #DB0CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0CB9; }
p { color: rgb(219,12,185); }
H1.HeaderClassName
{
color: #DB0CB9;
}
.AnyTagClassName
{
color: #DB0CB9;
}
</style>
background-color css
<style>
a { background-color: #DB0CB9; }
a { background-color: rgb(219,12,185); }
div.DivClassName
{
background-color: #DB0CB9;
}
.BgClassName
{
background-color: #DB0CB9;
}
</style>
border-color css
<style>
span { border-color: #DB0CB9; }
span { border-color: rgb(219,12,185); }
td.TdClassName
{
border-color: #DB0CB9;
}
.TagClassName
{
border-color: #DB0CB9;
}
</style>