Shades of Deep Magenta #DE10C0
Tints of Deep Magenta #DE10C0
RGB
CMYK
RGB Variations
Color information
#DE10C0 (or 0xDE10C0) is known color: Deep Magenta. HEX triplet: DE, 10 and C0. RGB value is (222,16,192). Sum of RGB (Red+Green+Blue) = 222+16+192=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 16 (6.64% from 255 or 3.72% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10C0 is #21EF3F. Grayscale: #616161. Windows color (decimal): -2223936 or 12587230. OLE color: 12587230.
HSL color Cylindrical-coordinate representation of color #DE10C0: hue angle of 308.74º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DE10C0 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 192 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.13 |
| HSL | 308.74º | 0.87% | 0.47% | - |
| HSV(B) | 308.74º | 0.93% | 0.87% | - |
| XYZ | 39.82 | 19.71 | 51.57 | - |
| YUV | 97.66 | 181.25 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 192 | 0 | 0.93 | 0.14 | 0.13 | 308.74 | 0.87 | 0.47 |
| Hex | DE | 10 | C0 | 0 | 5D | E | D | 135 | 57 | 2F |
| Octal | 336 | 20 | 300 | 0 | 135 | 16 | 15 | 465 | 127 | 57 |
| Binary | 11011110 | 10000 | 11000000 | 0 | 1011101 | 1110 | 1101 | 100110101 | 1010111 | 101111 |
Color Harmonies of #DE10C0
Complementary color
Monochromatic Colors of #DE10C0
Black with #DE10C0
Text Example
Text Example
White with #DE10C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10C0; }
p { color: rgb(222,16,192); }
H1.HeaderClassName
{
color: #DE10C0;
}
.AnyTagClassName
{
color: #DE10C0;
}
</style>
background-color css
<style>
a { background-color: #DE10C0; }
a { background-color: rgb(222,16,192); }
div.DivClassName
{
background-color: #DE10C0;
}
.BgClassName
{
background-color: #DE10C0;
}
</style>
border-color css
<style>
span { border-color: #DE10C0; }
span { border-color: rgb(222,16,192); }
td.TdClassName
{
border-color: #DE10C0;
}
.TagClassName
{
border-color: #DE10C0;
}
</style>