Shades of Deep Magenta #DE0ABC
Tints of Deep Magenta #DE0ABC
RGB
CMYK
RGB Variations
Color information
#DE0ABC (or 0xDE0ABC) is known color: Deep Magenta. HEX triplet: DE, 0A and BC. RGB value is (222,10,188). Sum of RGB (Red+Green+Blue) = 222+10+188=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ABC is #21F543. Grayscale: #5D5D5D. Windows color (decimal): -2225476 or 12323550. OLE color: 12323550.
HSL color Cylindrical-coordinate representation of color #DE0ABC: hue angle of 309.62º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.62º | 0.91% | 0.45% | - |
| HSV(B) | 309.62º | 0.95% | 0.87% | - |
| XYZ | 39.31 | 19.38 | 49.25 | - |
| YUV | 93.68 | 181.24 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 188 | 0 | 0.95 | 0.15 | 0.13 | 309.62 | 0.91 | 0.45 |
| Hex | DE | A | BC | 0 | 5F | F | D | 136 | 5B | 2D |
| Octal | 336 | 12 | 274 | 0 | 137 | 17 | 15 | 466 | 133 | 55 |
| Binary | 11011110 | 1010 | 10111100 | 0 | 1011111 | 1111 | 1101 | 100110110 | 1011011 | 101101 |
Color Harmonies of #DE0ABC
Complementary color
Monochromatic Colors of #DE0ABC
Black with #DE0ABC
Text Example
Text Example
White with #DE0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ABC; }
p { color: rgb(222,10,188); }
H1.HeaderClassName
{
color: #DE0ABC;
}
.AnyTagClassName
{
color: #DE0ABC;
}
</style>
background-color css
<style>
a { background-color: #DE0ABC; }
a { background-color: rgb(222,10,188); }
div.DivClassName
{
background-color: #DE0ABC;
}
.BgClassName
{
background-color: #DE0ABC;
}
</style>
border-color css
<style>
span { border-color: #DE0ABC; }
span { border-color: rgb(222,10,188); }
td.TdClassName
{
border-color: #DE0ABC;
}
.TagClassName
{
border-color: #DE0ABC;
}
</style>