Shades of Deep Magenta #DE16CC
Tints of Deep Magenta #DE16CC
RGB
CMYK
RGB Variations
Color information
#DE16CC (or 0xDE16CC) is known color: Deep Magenta. HEX triplet: DE, 16 and CC. RGB value is (222,22,204). Sum of RGB (Red+Green+Blue) = 222+22+204=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16CC is #21E933. Grayscale: #666666. Windows color (decimal): -2222388 or 13375198. OLE color: 13375198.
HSL color Cylindrical-coordinate representation of color #DE16CC: hue angle of 305.4º 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 #DE16CC is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 204 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.13 |
| HSL | 305.4º | 0.82% | 0.48% | - |
| HSV(B) | 305.4º | 0.9% | 0.87% | - |
| XYZ | 41.31 | 20.46 | 58.9 | - |
| YUV | 102.55 | 185.26 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 204 | 0 | 0.90 | 0.08 | 0.13 | 305.4 | 0.82 | 0.48 |
| Hex | DE | 16 | CC | 0 | 5A | 8 | D | 131 | 52 | 30 |
| Octal | 336 | 26 | 314 | 0 | 132 | 10 | 15 | 461 | 122 | 60 |
| Binary | 11011110 | 10110 | 11001100 | 0 | 1011010 | 1000 | 1101 | 100110001 | 1010010 | 110000 |
Color Harmonies of #DE16CC
Complementary color
Monochromatic Colors of #DE16CC
Black with #DE16CC
Text Example
Text Example
White with #DE16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16CC; }
p { color: rgb(222,22,204); }
H1.HeaderClassName
{
color: #DE16CC;
}
.AnyTagClassName
{
color: #DE16CC;
}
</style>
background-color css
<style>
a { background-color: #DE16CC; }
a { background-color: rgb(222,22,204); }
div.DivClassName
{
background-color: #DE16CC;
}
.BgClassName
{
background-color: #DE16CC;
}
</style>
border-color css
<style>
span { border-color: #DE16CC; }
span { border-color: rgb(222,22,204); }
td.TdClassName
{
border-color: #DE16CC;
}
.TagClassName
{
border-color: #DE16CC;
}
</style>