Shades of Deep Magenta #DB16DD
Tints of Deep Magenta #DB16DD
RGB
CMYK
RGB Variations
Color information
#DB16DD (or 0xDB16DD) is known color: Deep Magenta. HEX triplet: DB, 16 and DD. RGB value is (219,22,221). Sum of RGB (Red+Green+Blue) = 219+22+221=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 22 (8.98% from 255 or 4.76% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16DD is #24E922. Grayscale: #666666. Windows color (decimal): -2418979 or 14489307. OLE color: 14489307.
HSL color Cylindrical-coordinate representation of color #DB16DD: hue angle of 299.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB16DD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 22 | 221 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.4º | 0.82% | 0.48% | - |
| HSV(B) | 299.4º | 0.9% | 0.87% | - |
| XYZ | 42.55 | 20.85 | 70.19 | - |
| YUV | 103.59 | 194.27 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 221 | 0.01 | 0.90 | 0 | 0.13 | 299.4 | 0.82 | 0.48 |
| Hex | DB | 16 | DD | 1 | 5A | 0 | D | 12B | 52 | 30 |
| Octal | 333 | 26 | 335 | 1 | 132 | 0 | 15 | 453 | 122 | 60 |
| Binary | 11011011 | 10110 | 11011101 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010010 | 110000 |
Color Harmonies of #DB16DD
Complementary color
Monochromatic Colors of #DB16DD
Black with #DB16DD
Text Example
Text Example
White with #DB16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16DD; }
p { color: rgb(219,22,221); }
H1.HeaderClassName
{
color: #DB16DD;
}
.AnyTagClassName
{
color: #DB16DD;
}
</style>
background-color css
<style>
a { background-color: #DB16DD; }
a { background-color: rgb(219,22,221); }
div.DivClassName
{
background-color: #DB16DD;
}
.BgClassName
{
background-color: #DB16DD;
}
</style>
border-color css
<style>
span { border-color: #DB16DD; }
span { border-color: rgb(219,22,221); }
td.TdClassName
{
border-color: #DB16DD;
}
.TagClassName
{
border-color: #DB16DD;
}
</style>