Shades of Deep Magenta #DE0CBB
Tints of Deep Magenta #DE0CBB
RGB
CMYK
RGB Variations
Color information
#DE0CBB (or 0xDE0CBB) is known color: Deep Magenta. HEX triplet: DE, 0C and BB. RGB value is (222,12,187). Sum of RGB (Red+Green+Blue) = 222+12+187=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CBB is #21F344. Grayscale: #5E5E5E. Windows color (decimal): -2224965 or 12258526. OLE color: 12258526.
HSL color Cylindrical-coordinate representation of color #DE0CBB: hue angle of 310º 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 #DE0CBB is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.13 |
| HSL | 310º | 0.9% | 0.46% | - |
| HSV(B) | 310º | 0.95% | 0.87% | - |
| XYZ | 39.23 | 19.38 | 48.69 | - |
| YUV | 94.74 | 180.07 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 187 | 0 | 0.95 | 0.16 | 0.13 | 310 | 0.9 | 0.46 |
| Hex | DE | C | BB | 0 | 5F | 10 | D | 136 | 5A | 2E |
| Octal | 336 | 14 | 273 | 0 | 137 | 20 | 15 | 466 | 132 | 56 |
| Binary | 11011110 | 1100 | 10111011 | 0 | 1011111 | 10000 | 1101 | 100110110 | 1011010 | 101110 |
Color Harmonies of #DE0CBB
Complementary color
Monochromatic Colors of #DE0CBB
Black with #DE0CBB
Text Example
Text Example
White with #DE0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CBB; }
p { color: rgb(222,12,187); }
H1.HeaderClassName
{
color: #DE0CBB;
}
.AnyTagClassName
{
color: #DE0CBB;
}
</style>
background-color css
<style>
a { background-color: #DE0CBB; }
a { background-color: rgb(222,12,187); }
div.DivClassName
{
background-color: #DE0CBB;
}
.BgClassName
{
background-color: #DE0CBB;
}
</style>
border-color css
<style>
span { border-color: #DE0CBB; }
span { border-color: rgb(222,12,187); }
td.TdClassName
{
border-color: #DE0CBB;
}
.TagClassName
{
border-color: #DE0CBB;
}
</style>