Shades of Deep Magenta #DB16CC
Tints of Deep Magenta #DB16CC
RGB
CMYK
RGB Variations
Color information
#DB16CC (or 0xDB16CC) is known color: Deep Magenta. HEX triplet: DB, 16 and CC. RGB value is (219,22,204). Sum of RGB (Red+Green+Blue) = 219+22+204=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16CC is #24E933. Grayscale: #656565. Windows color (decimal): -2418996 or 13375195. OLE color: 13375195.
HSL color Cylindrical-coordinate representation of color #DB16CC: hue angle of 304.57º 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 #DB16CC is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.14 |
| HSL | 304.57º | 0.82% | 0.47% | - |
| HSV(B) | 304.57º | 0.9% | 0.86% | - |
| XYZ | 40.4 | 19.99 | 58.86 | - |
| YUV | 101.65 | 185.77 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 204 | 0 | 0.90 | 0.07 | 0.14 | 304.57 | 0.82 | 0.47 |
| Hex | DB | 16 | CC | 0 | 5A | 7 | E | 131 | 52 | 2F |
| Octal | 333 | 26 | 314 | 0 | 132 | 7 | 16 | 461 | 122 | 57 |
| Binary | 11011011 | 10110 | 11001100 | 0 | 1011010 | 111 | 1110 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DB16CC
Complementary color
Monochromatic Colors of #DB16CC
Black with #DB16CC
Text Example
Text Example
White with #DB16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16CC; }
p { color: rgb(219,22,204); }
H1.HeaderClassName
{
color: #DB16CC;
}
.AnyTagClassName
{
color: #DB16CC;
}
</style>
background-color css
<style>
a { background-color: #DB16CC; }
a { background-color: rgb(219,22,204); }
div.DivClassName
{
background-color: #DB16CC;
}
.BgClassName
{
background-color: #DB16CC;
}
</style>
border-color css
<style>
span { border-color: #DB16CC; }
span { border-color: rgb(219,22,204); }
td.TdClassName
{
border-color: #DB16CC;
}
.TagClassName
{
border-color: #DB16CC;
}
</style>