Shades of Deep Magenta #DE16D9
Tints of Deep Magenta #DE16D9
RGB
CMYK
RGB Variations
Color information
#DE16D9 (or 0xDE16D9) is known color: Deep Magenta. HEX triplet: DE, 16 and D9. RGB value is (222,22,217). Sum of RGB (Red+Green+Blue) = 222+22+217=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16D9 is #21E926. Grayscale: #676767. Windows color (decimal): -2222375 or 14227166. OLE color: 14227166.
HSL color Cylindrical-coordinate representation of color #DE16D9: hue angle of 301.5º 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 #DE16D9 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 217 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.13 |
| HSL | 301.5º | 0.82% | 0.48% | - |
| HSV(B) | 301.5º | 0.9% | 0.87% | - |
| XYZ | 42.94 | 21.11 | 67.46 | - |
| YUV | 104.03 | 191.76 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 217 | 0 | 0.90 | 0.02 | 0.13 | 301.5 | 0.82 | 0.48 |
| Hex | DE | 16 | D9 | 0 | 5A | 2 | D | 12E | 52 | 30 |
| Octal | 336 | 26 | 331 | 0 | 132 | 2 | 15 | 456 | 122 | 60 |
| Binary | 11011110 | 10110 | 11011001 | 0 | 1011010 | 10 | 1101 | 100101110 | 1010010 | 110000 |
Color Harmonies of #DE16D9
Complementary color
Monochromatic Colors of #DE16D9
Black with #DE16D9
Text Example
Text Example
White with #DE16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16D9; }
p { color: rgb(222,22,217); }
H1.HeaderClassName
{
color: #DE16D9;
}
.AnyTagClassName
{
color: #DE16D9;
}
</style>
background-color css
<style>
a { background-color: #DE16D9; }
a { background-color: rgb(222,22,217); }
div.DivClassName
{
background-color: #DE16D9;
}
.BgClassName
{
background-color: #DE16D9;
}
</style>
border-color css
<style>
span { border-color: #DE16D9; }
span { border-color: rgb(222,22,217); }
td.TdClassName
{
border-color: #DE16D9;
}
.TagClassName
{
border-color: #DE16D9;
}
</style>