Shades of Deep Magenta #DE10C2
Tints of Deep Magenta #DE10C2
RGB
CMYK
RGB Variations
Color information
#DE10C2 (or 0xDE10C2) is known color: Deep Magenta. HEX triplet: DE, 10 and C2. RGB value is (222,16,194). Sum of RGB (Red+Green+Blue) = 222+16+194=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE10C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE10C2 is #21EF3D. Grayscale: #616161. Windows color (decimal): -2223934 or 12718302. OLE color: 12718302.
HSL color Cylindrical-coordinate representation of color #DE10C2: hue angle of 308.16º 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 #DE10C2 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 16 | 194 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.13 |
| HSL | 308.16º | 0.87% | 0.47% | - |
| HSV(B) | 308.16º | 0.93% | 0.87% | - |
| XYZ | 40.05 | 19.8 | 52.75 | - |
| YUV | 97.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 16 | 194 | 0 | 0.93 | 0.13 | 0.13 | 308.16 | 0.87 | 0.47 |
| Hex | DE | 10 | C2 | 0 | 5D | D | D | 134 | 57 | 2F |
| Octal | 336 | 20 | 302 | 0 | 135 | 15 | 15 | 464 | 127 | 57 |
| Binary | 11011110 | 10000 | 11000010 | 0 | 1011101 | 1101 | 1101 | 100110100 | 1010111 | 101111 |
Color Harmonies of #DE10C2
Complementary color
Monochromatic Colors of #DE10C2
Black with #DE10C2
Text Example
Text Example
White with #DE10C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE10C2; }
p { color: rgb(222,16,194); }
H1.HeaderClassName
{
color: #DE10C2;
}
.AnyTagClassName
{
color: #DE10C2;
}
</style>
background-color css
<style>
a { background-color: #DE10C2; }
a { background-color: rgb(222,16,194); }
div.DivClassName
{
background-color: #DE10C2;
}
.BgClassName
{
background-color: #DE10C2;
}
</style>
border-color css
<style>
span { border-color: #DE10C2; }
span { border-color: rgb(222,16,194); }
td.TdClassName
{
border-color: #DE10C2;
}
.TagClassName
{
border-color: #DE10C2;
}
</style>