Shades of Deep Magenta #DB16D7
Tints of Deep Magenta #DB16D7
RGB
CMYK
RGB Variations
Color information
#DB16D7 (or 0xDB16D7) is known color: Deep Magenta. HEX triplet: DB, 16 and D7. RGB value is (219,22,215). Sum of RGB (Red+Green+Blue) = 219+22+215=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 22 (8.98% from 255 or 4.82% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16D7 is #24E928. Grayscale: #666666. Windows color (decimal): -2418985 or 14096091. OLE color: 14096091.
HSL color Cylindrical-coordinate representation of color #DB16D7: hue angle of 301.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16D7 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 215 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.14 |
| HSL | 301.22º | 0.82% | 0.47% | - |
| HSV(B) | 301.22º | 0.9% | 0.86% | - |
| XYZ | 41.77 | 20.54 | 66.05 | - |
| YUV | 102.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 215 | 0 | 0.90 | 0.02 | 0.14 | 301.22 | 0.82 | 0.47 |
| Hex | DB | 16 | D7 | 0 | 5A | 2 | E | 12D | 52 | 2F |
| Octal | 333 | 26 | 327 | 0 | 132 | 2 | 16 | 455 | 122 | 57 |
| Binary | 11011011 | 10110 | 11010111 | 0 | 1011010 | 10 | 1110 | 100101101 | 1010010 | 101111 |
Color Harmonies of #DB16D7
Complementary color
Monochromatic Colors of #DB16D7
Black with #DB16D7
Text Example
Text Example
White with #DB16D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16D7; }
p { color: rgb(219,22,215); }
H1.HeaderClassName
{
color: #DB16D7;
}
.AnyTagClassName
{
color: #DB16D7;
}
</style>
background-color css
<style>
a { background-color: #DB16D7; }
a { background-color: rgb(219,22,215); }
div.DivClassName
{
background-color: #DB16D7;
}
.BgClassName
{
background-color: #DB16D7;
}
</style>
border-color css
<style>
span { border-color: #DB16D7; }
span { border-color: rgb(219,22,215); }
td.TdClassName
{
border-color: #DB16D7;
}
.TagClassName
{
border-color: #DB16D7;
}
</style>