Shades of Deep Magenta #DB0DC7
Tints of Deep Magenta #DB0DC7
RGB
CMYK
RGB Variations
Color information
#DB0DC7 (or 0xDB0DC7) is known color: Deep Magenta. HEX triplet: DB, 0D and C7. RGB value is (219,13,199). Sum of RGB (Red+Green+Blue) = 219+13+199=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 199 (78.12% from 255 or 46.17% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DC7 is #24F238. Grayscale: #5F5F5F. Windows color (decimal): -2421305 or 13045211. OLE color: 13045211.
HSL color Cylindrical-coordinate representation of color #DB0DC7: hue angle of 305.83º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DC7 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 199 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.14 |
| HSL | 305.83º | 0.89% | 0.45% | - |
| HSV(B) | 305.83º | 0.94% | 0.86% | - |
| XYZ | 39.67 | 19.47 | 55.7 | - |
| YUV | 95.8 | 186.25 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 199 | 0 | 0.94 | 0.09 | 0.14 | 305.83 | 0.89 | 0.45 |
| Hex | DB | D | C7 | 0 | 5E | 9 | E | 132 | 59 | 2D |
| Octal | 333 | 15 | 307 | 0 | 136 | 11 | 16 | 462 | 131 | 55 |
| Binary | 11011011 | 1101 | 11000111 | 0 | 1011110 | 1001 | 1110 | 100110010 | 1011001 | 101101 |
Color Harmonies of #DB0DC7
Complementary color
Monochromatic Colors of #DB0DC7
Black with #DB0DC7
Text Example
Text Example
White with #DB0DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DC7; }
p { color: rgb(219,13,199); }
H1.HeaderClassName
{
color: #DB0DC7;
}
.AnyTagClassName
{
color: #DB0DC7;
}
</style>
background-color css
<style>
a { background-color: #DB0DC7; }
a { background-color: rgb(219,13,199); }
div.DivClassName
{
background-color: #DB0DC7;
}
.BgClassName
{
background-color: #DB0DC7;
}
</style>
border-color css
<style>
span { border-color: #DB0DC7; }
span { border-color: rgb(219,13,199); }
td.TdClassName
{
border-color: #DB0DC7;
}
.TagClassName
{
border-color: #DB0DC7;
}
</style>