Shades of Deep Magenta #DE0CBC
Tints of Deep Magenta #DE0CBC
RGB
CMYK
RGB Variations
Color information
#DE0CBC (or 0xDE0CBC) is known color: Deep Magenta. HEX triplet: DE, 0C and BC. RGB value is (222,12,188). Sum of RGB (Red+Green+Blue) = 222+12+188=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CBC is #21F343. Grayscale: #5E5E5E. Windows color (decimal): -2224964 or 12324062. OLE color: 12324062.
HSL color Cylindrical-coordinate representation of color #DE0CBC: hue angle of 309.71º degrees, saturation: 0.9, 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 #DE0CBC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.13 |
| HSL | 309.71º | 0.9% | 0.46% | - |
| HSV(B) | 309.71º | 0.95% | 0.87% | - |
| XYZ | 39.33 | 19.42 | 49.25 | - |
| YUV | 94.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 188 | 0 | 0.95 | 0.15 | 0.13 | 309.71 | 0.9 | 0.46 |
| Hex | DE | C | BC | 0 | 5F | F | D | 136 | 5A | 2E |
| Octal | 336 | 14 | 274 | 0 | 137 | 17 | 15 | 466 | 132 | 56 |
| Binary | 11011110 | 1100 | 10111100 | 0 | 1011111 | 1111 | 1101 | 100110110 | 1011010 | 101110 |
Color Harmonies of #DE0CBC
Complementary color
Monochromatic Colors of #DE0CBC
Black with #DE0CBC
Text Example
Text Example
White with #DE0CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CBC; }
p { color: rgb(222,12,188); }
H1.HeaderClassName
{
color: #DE0CBC;
}
.AnyTagClassName
{
color: #DE0CBC;
}
</style>
background-color css
<style>
a { background-color: #DE0CBC; }
a { background-color: rgb(222,12,188); }
div.DivClassName
{
background-color: #DE0CBC;
}
.BgClassName
{
background-color: #DE0CBC;
}
</style>
border-color css
<style>
span { border-color: #DE0CBC; }
span { border-color: rgb(222,12,188); }
td.TdClassName
{
border-color: #DE0CBC;
}
.TagClassName
{
border-color: #DE0CBC;
}
</style>