Shades of Deep Magenta #DB16CD
Tints of Deep Magenta #DB16CD
RGB
CMYK
RGB Variations
Color information
#DB16CD (or 0xDB16CD) is known color: Deep Magenta. HEX triplet: DB, 16 and CD. RGB value is (219,22,205). Sum of RGB (Red+Green+Blue) = 219+22+205=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB16CD is #24E932. Grayscale: #656565. Windows color (decimal): -2418995 or 13440731. OLE color: 13440731.
HSL color Cylindrical-coordinate representation of color #DB16CD: hue angle of 304.26º 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 #DB16CD is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 205 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.14 |
| HSL | 304.26º | 0.82% | 0.47% | - |
| HSV(B) | 304.26º | 0.9% | 0.86% | - |
| XYZ | 40.52 | 20.04 | 59.49 | - |
| YUV | 101.77 | 186.27 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 205 | 0 | 0.90 | 0.06 | 0.14 | 304.26 | 0.82 | 0.47 |
| Hex | DB | 16 | CD | 0 | 5A | 6 | E | 130 | 52 | 2F |
| Octal | 333 | 26 | 315 | 0 | 132 | 6 | 16 | 460 | 122 | 57 |
| Binary | 11011011 | 10110 | 11001101 | 0 | 1011010 | 110 | 1110 | 100110000 | 1010010 | 101111 |
Color Harmonies of #DB16CD
Complementary color
Monochromatic Colors of #DB16CD
Black with #DB16CD
Text Example
Text Example
White with #DB16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB16CD; }
p { color: rgb(219,22,205); }
H1.HeaderClassName
{
color: #DB16CD;
}
.AnyTagClassName
{
color: #DB16CD;
}
</style>
background-color css
<style>
a { background-color: #DB16CD; }
a { background-color: rgb(219,22,205); }
div.DivClassName
{
background-color: #DB16CD;
}
.BgClassName
{
background-color: #DB16CD;
}
</style>
border-color css
<style>
span { border-color: #DB16CD; }
span { border-color: rgb(219,22,205); }
td.TdClassName
{
border-color: #DB16CD;
}
.TagClassName
{
border-color: #DB16CD;
}
</style>