Shades of Deep Magenta #DB16DC
Tints of Deep Magenta #DB16DC
RGB
CMYK
RGB Variations
Color information
#DB16DC (or 0xDB16DC) is known color: Deep Magenta. HEX triplet: DB, 16 and DC. RGB value is (219,22,220). Sum of RGB (Red+Green+Blue) = 219+22+220=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB16DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16DC is #24E923. Grayscale: #666666. Windows color (decimal): -2418980 or 14423771. OLE color: 14423771.
HSL color Cylindrical-coordinate representation of color #DB16DC: hue angle of 299.7º 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 #DB16DC is Cyan = 0.00, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 220 | - |
| CMYK | 0.00 | 0.9 | 0 | 0.14 |
| HSL | 299.7º | 0.82% | 0.47% | - |
| HSV(B) | 299.7º | 0.9% | 0.86% | - |
| XYZ | 42.42 | 20.8 | 69.49 | - |
| YUV | 103.48 | 193.77 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 220 | 0.00 | 0.9 | 0 | 0.14 | 299.7 | 0.82 | 0.47 |
| Hex | DB | 16 | DC | 0 | 5A | 0 | E | 12C | 52 | 2F |
| Octal | 333 | 26 | 334 | 0 | 132 | 0 | 16 | 454 | 122 | 57 |
| Binary | 11011011 | 10110 | 11011100 | 0 | 1011010 | 0 | 1110 | 100101100 | 1010010 | 101111 |
Color Harmonies of #DB16DC
Complementary color
Monochromatic Colors of #DB16DC
Black with #DB16DC
Text Example
Text Example
White with #DB16DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16DC; }
p { color: rgb(219,22,220); }
H1.HeaderClassName
{
color: #DB16DC;
}
.AnyTagClassName
{
color: #DB16DC;
}
</style>
background-color css
<style>
a { background-color: #DB16DC; }
a { background-color: rgb(219,22,220); }
div.DivClassName
{
background-color: #DB16DC;
}
.BgClassName
{
background-color: #DB16DC;
}
</style>
border-color css
<style>
span { border-color: #DB16DC; }
span { border-color: rgb(219,22,220); }
td.TdClassName
{
border-color: #DB16DC;
}
.TagClassName
{
border-color: #DB16DC;
}
</style>