Shades of Deep Magenta #DE0BCC
Tints of Deep Magenta #DE0BCC
RGB
CMYK
RGB Variations
Color information
#DE0BCC (or 0xDE0BCC) is known color: Deep Magenta. HEX triplet: DE, 0B and CC. RGB value is (222,11,204). Sum of RGB (Red+Green+Blue) = 222+11+204=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 11 (4.69% from 255 or 2.52% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BCC is #21F433. Grayscale: #5F5F5F. Windows color (decimal): -2225204 or 13372382. OLE color: 13372382.
HSL color Cylindrical-coordinate representation of color #DE0BCC: hue angle of 305.12º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0BCC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.13 |
| HSL | 305.12º | 0.91% | 0.46% | - |
| HSV(B) | 305.12º | 0.95% | 0.87% | - |
| XYZ | 41.14 | 20.13 | 58.84 | - |
| YUV | 96.09 | 188.9 | 217.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 204 | 0 | 0.95 | 0.08 | 0.13 | 305.12 | 0.91 | 0.46 |
| Hex | DE | B | CC | 0 | 5F | 8 | D | 131 | 5B | 2E |
| Octal | 336 | 13 | 314 | 0 | 137 | 10 | 15 | 461 | 133 | 56 |
| Binary | 11011110 | 1011 | 11001100 | 0 | 1011111 | 1000 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DE0BCC
Complementary color
Monochromatic Colors of #DE0BCC
Black with #DE0BCC
Text Example
Text Example
White with #DE0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0BCC; }
p { color: rgb(222,11,204); }
H1.HeaderClassName
{
color: #DE0BCC;
}
.AnyTagClassName
{
color: #DE0BCC;
}
</style>
background-color css
<style>
a { background-color: #DE0BCC; }
a { background-color: rgb(222,11,204); }
div.DivClassName
{
background-color: #DE0BCC;
}
.BgClassName
{
background-color: #DE0BCC;
}
</style>
border-color css
<style>
span { border-color: #DE0BCC; }
span { border-color: rgb(222,11,204); }
td.TdClassName
{
border-color: #DE0BCC;
}
.TagClassName
{
border-color: #DE0BCC;
}
</style>