Shades of Deep Magenta #DE0ACB
Tints of Deep Magenta #DE0ACB
RGB
CMYK
RGB Variations
Color information
#DE0ACB (or 0xDE0ACB) is known color: Deep Magenta. HEX triplet: DE, 0A and CB. RGB value is (222,10,203). Sum of RGB (Red+Green+Blue) = 222+10+203=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ACB is #21F534. Grayscale: #5E5E5E. Windows color (decimal): -2225461 or 13306590. OLE color: 13306590.
HSL color Cylindrical-coordinate representation of color #DE0ACB: hue angle of 305.38º 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 #DE0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.13 |
| HSL | 305.38º | 0.91% | 0.45% | - |
| HSV(B) | 305.38º | 0.95% | 0.87% | - |
| XYZ | 41.01 | 20.06 | 58.21 | - |
| YUV | 95.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 203 | 0 | 0.95 | 0.09 | 0.13 | 305.38 | 0.91 | 0.45 |
| Hex | DE | A | CB | 0 | 5F | 9 | D | 131 | 5B | 2D |
| Octal | 336 | 12 | 313 | 0 | 137 | 11 | 15 | 461 | 133 | 55 |
| Binary | 11011110 | 1010 | 11001011 | 0 | 1011111 | 1001 | 1101 | 100110001 | 1011011 | 101101 |
Color Harmonies of #DE0ACB
Complementary color
Monochromatic Colors of #DE0ACB
Black with #DE0ACB
Text Example
Text Example
White with #DE0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ACB; }
p { color: rgb(222,10,203); }
H1.HeaderClassName
{
color: #DE0ACB;
}
.AnyTagClassName
{
color: #DE0ACB;
}
</style>
background-color css
<style>
a { background-color: #DE0ACB; }
a { background-color: rgb(222,10,203); }
div.DivClassName
{
background-color: #DE0ACB;
}
.BgClassName
{
background-color: #DE0ACB;
}
</style>
border-color css
<style>
span { border-color: #DE0ACB; }
span { border-color: rgb(222,10,203); }
td.TdClassName
{
border-color: #DE0ACB;
}
.TagClassName
{
border-color: #DE0ACB;
}
</style>