Shades of Deep Magenta #DE05C0
Tints of Deep Magenta #DE05C0
RGB
CMYK
RGB Variations
Color information
#DE05C0 (or 0xDE05C0) is known color: Deep Magenta. HEX triplet: DE, 05 and C0. RGB value is (222,5,192). Sum of RGB (Red+Green+Blue) = 222+5+192=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05C0 is #21FA3F. Grayscale: #5A5A5A. Windows color (decimal): -2226752 or 12584414. OLE color: 12584414.
HSL color Cylindrical-coordinate representation of color #DE05C0: hue angle of 308.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.13 |
| HSL | 308.29º | 0.96% | 0.45% | - |
| HSV(B) | 308.29º | 0.98% | 0.87% | - |
| XYZ | 39.69 | 19.44 | 51.53 | - |
| YUV | 91.2 | 184.89 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 192 | 0 | 0.98 | 0.14 | 0.13 | 308.29 | 0.96 | 0.45 |
| Hex | DE | 5 | C0 | 0 | 62 | E | D | 134 | 60 | 2D |
| Octal | 336 | 5 | 300 | 0 | 142 | 16 | 15 | 464 | 140 | 55 |
| Binary | 11011110 | 101 | 11000000 | 0 | 1100010 | 1110 | 1101 | 100110100 | 1100000 | 101101 |
Color Harmonies of #DE05C0
Complementary color
Monochromatic Colors of #DE05C0
Black with #DE05C0
Text Example
Text Example
White with #DE05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE05C0; }
p { color: rgb(222,5,192); }
H1.HeaderClassName
{
color: #DE05C0;
}
.AnyTagClassName
{
color: #DE05C0;
}
</style>
background-color css
<style>
a { background-color: #DE05C0; }
a { background-color: rgb(222,5,192); }
div.DivClassName
{
background-color: #DE05C0;
}
.BgClassName
{
background-color: #DE05C0;
}
</style>
border-color css
<style>
span { border-color: #DE05C0; }
span { border-color: rgb(222,5,192); }
td.TdClassName
{
border-color: #DE05C0;
}
.TagClassName
{
border-color: #DE05C0;
}
</style>