Shades of Deep Magenta #DE16D2
Tints of Deep Magenta #DE16D2
RGB
CMYK
RGB Variations
Color information
#DE16D2 (or 0xDE16D2) is known color: Deep Magenta. HEX triplet: DE, 16 and D2. RGB value is (222,22,210). Sum of RGB (Red+Green+Blue) = 222+22+210=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16D2 is #21E92D. Grayscale: #666666. Windows color (decimal): -2222382 or 13768414. OLE color: 13768414.
HSL color Cylindrical-coordinate representation of color #DE16D2: hue angle of 303.6º 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 #DE16D2 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 210 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.13 |
| HSL | 303.6º | 0.82% | 0.48% | - |
| HSV(B) | 303.6º | 0.9% | 0.87% | - |
| XYZ | 42.04 | 20.76 | 62.76 | - |
| YUV | 103.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 210 | 0 | 0.90 | 0.05 | 0.13 | 303.6 | 0.82 | 0.48 |
| Hex | DE | 16 | D2 | 0 | 5A | 5 | D | 130 | 52 | 30 |
| Octal | 336 | 26 | 322 | 0 | 132 | 5 | 15 | 460 | 122 | 60 |
| Binary | 11011110 | 10110 | 11010010 | 0 | 1011010 | 101 | 1101 | 100110000 | 1010010 | 110000 |
Color Harmonies of #DE16D2
Complementary color
Monochromatic Colors of #DE16D2
Black with #DE16D2
Text Example
Text Example
White with #DE16D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16D2; }
p { color: rgb(222,22,210); }
H1.HeaderClassName
{
color: #DE16D2;
}
.AnyTagClassName
{
color: #DE16D2;
}
</style>
background-color css
<style>
a { background-color: #DE16D2; }
a { background-color: rgb(222,22,210); }
div.DivClassName
{
background-color: #DE16D2;
}
.BgClassName
{
background-color: #DE16D2;
}
</style>
border-color css
<style>
span { border-color: #DE16D2; }
span { border-color: rgb(222,22,210); }
td.TdClassName
{
border-color: #DE16D2;
}
.TagClassName
{
border-color: #DE16D2;
}
</style>