Shades of Deep Magenta #DE16D1
Tints of Deep Magenta #DE16D1
RGB
CMYK
RGB Variations
Color information
#DE16D1 (or 0xDE16D1) is known color: Deep Magenta. HEX triplet: DE, 16 and D1. RGB value is (222,22,209). Sum of RGB (Red+Green+Blue) = 222+22+209=453 (60% of max value = 765). Red value is 222 (87.11% from 255 or 49.01% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16D1 is #21E92E. Grayscale: #666666. Windows color (decimal): -2222383 or 13702878. OLE color: 13702878.
HSL color Cylindrical-coordinate representation of color #DE16D1: hue angle of 303.9º 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 #DE16D1 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 209 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.13 |
| HSL | 303.9º | 0.82% | 0.48% | - |
| HSV(B) | 303.9º | 0.9% | 0.87% | - |
| XYZ | 41.92 | 20.71 | 62.11 | - |
| YUV | 103.12 | 187.76 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 209 | 0 | 0.90 | 0.06 | 0.13 | 303.9 | 0.82 | 0.48 |
| Hex | DE | 16 | D1 | 0 | 5A | 6 | D | 130 | 52 | 30 |
| Octal | 336 | 26 | 321 | 0 | 132 | 6 | 15 | 460 | 122 | 60 |
| Binary | 11011110 | 10110 | 11010001 | 0 | 1011010 | 110 | 1101 | 100110000 | 1010010 | 110000 |
Color Harmonies of #DE16D1
Complementary color
Monochromatic Colors of #DE16D1
Black with #DE16D1
Text Example
Text Example
White with #DE16D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16D1; }
p { color: rgb(222,22,209); }
H1.HeaderClassName
{
color: #DE16D1;
}
.AnyTagClassName
{
color: #DE16D1;
}
</style>
background-color css
<style>
a { background-color: #DE16D1; }
a { background-color: rgb(222,22,209); }
div.DivClassName
{
background-color: #DE16D1;
}
.BgClassName
{
background-color: #DE16D1;
}
</style>
border-color css
<style>
span { border-color: #DE16D1; }
span { border-color: rgb(222,22,209); }
td.TdClassName
{
border-color: #DE16D1;
}
.TagClassName
{
border-color: #DE16D1;
}
</style>