Shades of Deep Magenta #DB16BE
Tints of Deep Magenta #DB16BE
RGB
CMYK
RGB Variations
Color information
#DB16BE (or 0xDB16BE) is known color: Deep Magenta. HEX triplet: DB, 16 and BE. RGB value is (219,22,190). Sum of RGB (Red+Green+Blue) = 219+22+190=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16BE is #24E941. Grayscale: #636363. Windows color (decimal): -2419010 or 12457691. OLE color: 12457691.
HSL color Cylindrical-coordinate representation of color #DB16BE: hue angle of 308.83º 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 #DB16BE is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 190 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.14 |
| HSL | 308.83º | 0.82% | 0.47% | - |
| HSV(B) | 308.83º | 0.9% | 0.86% | - |
| XYZ | 38.79 | 19.35 | 50.41 | - |
| YUV | 100.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 190 | 0 | 0.90 | 0.13 | 0.14 | 308.83 | 0.82 | 0.47 |
| Hex | DB | 16 | BE | 0 | 5A | D | E | 135 | 52 | 2F |
| Octal | 333 | 26 | 276 | 0 | 132 | 15 | 16 | 465 | 122 | 57 |
| Binary | 11011011 | 10110 | 10111110 | 0 | 1011010 | 1101 | 1110 | 100110101 | 1010010 | 101111 |
Color Harmonies of #DB16BE
Complementary color
Monochromatic Colors of #DB16BE
Black with #DB16BE
Text Example
Text Example
White with #DB16BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16BE; }
p { color: rgb(219,22,190); }
H1.HeaderClassName
{
color: #DB16BE;
}
.AnyTagClassName
{
color: #DB16BE;
}
</style>
background-color css
<style>
a { background-color: #DB16BE; }
a { background-color: rgb(219,22,190); }
div.DivClassName
{
background-color: #DB16BE;
}
.BgClassName
{
background-color: #DB16BE;
}
</style>
border-color css
<style>
span { border-color: #DB16BE; }
span { border-color: rgb(219,22,190); }
td.TdClassName
{
border-color: #DB16BE;
}
.TagClassName
{
border-color: #DB16BE;
}
</style>