Shades of Deep Magenta #DE0BBE
Tints of Deep Magenta #DE0BBE
RGB
CMYK
RGB Variations
Color information
#DE0BBE (or 0xDE0BBE) is known color: Deep Magenta. HEX triplet: DE, 0B and BE. RGB value is (222,11,190). Sum of RGB (Red+Green+Blue) = 222+11+190=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0BBE is #21F441. Grayscale: #5D5D5D. Windows color (decimal): -2225218 or 12454878. OLE color: 12454878.
HSL color Cylindrical-coordinate representation of color #DE0BBE: hue angle of 309.1º 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 #DE0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.13 |
| HSL | 309.1º | 0.91% | 0.46% | - |
| HSV(B) | 309.1º | 0.95% | 0.87% | - |
| XYZ | 39.54 | 19.49 | 50.39 | - |
| YUV | 94.5 | 181.9 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 190 | 0 | 0.95 | 0.14 | 0.13 | 309.1 | 0.91 | 0.46 |
| Hex | DE | B | BE | 0 | 5F | E | D | 135 | 5B | 2E |
| Octal | 336 | 13 | 276 | 0 | 137 | 16 | 15 | 465 | 133 | 56 |
| Binary | 11011110 | 1011 | 10111110 | 0 | 1011111 | 1110 | 1101 | 100110101 | 1011011 | 101110 |
Color Harmonies of #DE0BBE
Complementary color
Monochromatic Colors of #DE0BBE
Black with #DE0BBE
Text Example
Text Example
White with #DE0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0BBE; }
p { color: rgb(222,11,190); }
H1.HeaderClassName
{
color: #DE0BBE;
}
.AnyTagClassName
{
color: #DE0BBE;
}
</style>
background-color css
<style>
a { background-color: #DE0BBE; }
a { background-color: rgb(222,11,190); }
div.DivClassName
{
background-color: #DE0BBE;
}
.BgClassName
{
background-color: #DE0BBE;
}
</style>
border-color css
<style>
span { border-color: #DE0BBE; }
span { border-color: rgb(222,11,190); }
td.TdClassName
{
border-color: #DE0BBE;
}
.TagClassName
{
border-color: #DE0BBE;
}
</style>