Shades of Deep Magenta #DE0DC8
Tints of Deep Magenta #DE0DC8
RGB
CMYK
RGB Variations
Color information
#DE0DC8 (or 0xDE0DC8) is known color: Deep Magenta. HEX triplet: DE, 0D and C8. RGB value is (222,13,200). Sum of RGB (Red+Green+Blue) = 222+13+200=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0DC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0DC8 is #21F237. Grayscale: #606060. Windows color (decimal): -2224696 or 13110750. OLE color: 13110750.
HSL color Cylindrical-coordinate representation of color #DE0DC8: hue angle of 306.32º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE0DC8 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 200 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.13 |
| HSL | 306.32º | 0.89% | 0.46% | - |
| HSV(B) | 306.32º | 0.94% | 0.87% | - |
| XYZ | 40.69 | 19.99 | 56.36 | - |
| YUV | 96.81 | 186.24 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 200 | 0 | 0.94 | 0.10 | 0.13 | 306.32 | 0.89 | 0.46 |
| Hex | DE | D | C8 | 0 | 5E | A | D | 132 | 59 | 2E |
| Octal | 336 | 15 | 310 | 0 | 136 | 12 | 15 | 462 | 131 | 56 |
| Binary | 11011110 | 1101 | 11001000 | 0 | 1011110 | 1010 | 1101 | 100110010 | 1011001 | 101110 |
Color Harmonies of #DE0DC8
Complementary color
Monochromatic Colors of #DE0DC8
Black with #DE0DC8
Text Example
Text Example
White with #DE0DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0DC8; }
p { color: rgb(222,13,200); }
H1.HeaderClassName
{
color: #DE0DC8;
}
.AnyTagClassName
{
color: #DE0DC8;
}
</style>
background-color css
<style>
a { background-color: #DE0DC8; }
a { background-color: rgb(222,13,200); }
div.DivClassName
{
background-color: #DE0DC8;
}
.BgClassName
{
background-color: #DE0DC8;
}
</style>
border-color css
<style>
span { border-color: #DE0DC8; }
span { border-color: rgb(222,13,200); }
td.TdClassName
{
border-color: #DE0DC8;
}
.TagClassName
{
border-color: #DE0DC8;
}
</style>