Shades of Deep Magenta #DE16D3
Tints of Deep Magenta #DE16D3
RGB
CMYK
RGB Variations
Color information
#DE16D3 (or 0xDE16D3) is known color: Deep Magenta. HEX triplet: DE, 16 and D3. RGB value is (222,22,211). Sum of RGB (Red+Green+Blue) = 222+22+211=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE16D3 is #21E92C. Grayscale: #666666. Windows color (decimal): -2222381 or 13833950. OLE color: 13833950.
HSL color Cylindrical-coordinate representation of color #DE16D3: hue angle of 303.3º 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 #DE16D3 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 211 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.13 |
| HSL | 303.3º | 0.82% | 0.48% | - |
| HSV(B) | 303.3º | 0.9% | 0.87% | - |
| XYZ | 42.17 | 20.81 | 63.42 | - |
| YUV | 103.35 | 188.76 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 211 | 0 | 0.90 | 0.05 | 0.13 | 303.3 | 0.82 | 0.48 |
| Hex | DE | 16 | D3 | 0 | 5A | 5 | D | 12F | 52 | 30 |
| Octal | 336 | 26 | 323 | 0 | 132 | 5 | 15 | 457 | 122 | 60 |
| Binary | 11011110 | 10110 | 11010011 | 0 | 1011010 | 101 | 1101 | 100101111 | 1010010 | 110000 |
Color Harmonies of #DE16D3
Complementary color
Monochromatic Colors of #DE16D3
Black with #DE16D3
Text Example
Text Example
White with #DE16D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16D3; }
p { color: rgb(222,22,211); }
H1.HeaderClassName
{
color: #DE16D3;
}
.AnyTagClassName
{
color: #DE16D3;
}
</style>
background-color css
<style>
a { background-color: #DE16D3; }
a { background-color: rgb(222,22,211); }
div.DivClassName
{
background-color: #DE16D3;
}
.BgClassName
{
background-color: #DE16D3;
}
</style>
border-color css
<style>
span { border-color: #DE16D3; }
span { border-color: rgb(222,22,211); }
td.TdClassName
{
border-color: #DE16D3;
}
.TagClassName
{
border-color: #DE16D3;
}
</style>