Shades of Deep Magenta #DE0BCE
Tints of Deep Magenta #DE0BCE
RGB
CMYK
RGB Variations
Color information
#DE0BCE (or 0xDE0BCE) is known color: Deep Magenta. HEX triplet: DE, 0B and CE. RGB value is (222,11,206). Sum of RGB (Red+Green+Blue) = 222+11+206=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BCE is #21F431. Grayscale: #5F5F5F. Windows color (decimal): -2225202 or 13503454. OLE color: 13503454.
HSL color Cylindrical-coordinate representation of color #DE0BCE: hue angle of 304.55º 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 #DE0BCE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.55º | 0.91% | 0.46% | - |
| HSV(B) | 304.55º | 0.95% | 0.87% | - |
| XYZ | 41.38 | 20.23 | 60.12 | - |
| YUV | 96.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 206 | 0 | 0.95 | 0.07 | 0.13 | 304.55 | 0.91 | 0.46 |
| Hex | DE | B | CE | 0 | 5F | 7 | D | 131 | 5B | 2E |
| Octal | 336 | 13 | 316 | 0 | 137 | 7 | 15 | 461 | 133 | 56 |
| Binary | 11011110 | 1011 | 11001110 | 0 | 1011111 | 111 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DE0BCE
Complementary color
Monochromatic Colors of #DE0BCE
Black with #DE0BCE
Text Example
Text Example
White with #DE0BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0BCE; }
p { color: rgb(222,11,206); }
H1.HeaderClassName
{
color: #DE0BCE;
}
.AnyTagClassName
{
color: #DE0BCE;
}
</style>
background-color css
<style>
a { background-color: #DE0BCE; }
a { background-color: rgb(222,11,206); }
div.DivClassName
{
background-color: #DE0BCE;
}
.BgClassName
{
background-color: #DE0BCE;
}
</style>
border-color css
<style>
span { border-color: #DE0BCE; }
span { border-color: rgb(222,11,206); }
td.TdClassName
{
border-color: #DE0BCE;
}
.TagClassName
{
border-color: #DE0BCE;
}
</style>