Shades of Deep Magenta #DE0ADB
Tints of Deep Magenta #DE0ADB
RGB
CMYK
RGB Variations
Color information
#DE0ADB (or 0xDE0ADB) is known color: Deep Magenta. HEX triplet: DE, 0A and DB. RGB value is (222,10,219). Sum of RGB (Red+Green+Blue) = 222+10+219=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0ADB is #21F524. Grayscale: #606060. Windows color (decimal): -2225445 or 14355166. OLE color: 14355166.
HSL color Cylindrical-coordinate representation of color #DE0ADB: hue angle of 300.85º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0ADB is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 10 | 219 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.13 |
| HSL | 300.85º | 0.91% | 0.45% | - |
| HSV(B) | 300.85º | 0.95% | 0.87% | - |
| XYZ | 43.02 | 20.86 | 68.78 | - |
| YUV | 97.21 | 196.74 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 10 | 219 | 0 | 0.95 | 0.01 | 0.13 | 300.85 | 0.91 | 0.45 |
| Hex | DE | A | DB | 0 | 5F | 1 | D | 12D | 5B | 2D |
| Octal | 336 | 12 | 333 | 0 | 137 | 1 | 15 | 455 | 133 | 55 |
| Binary | 11011110 | 1010 | 11011011 | 0 | 1011111 | 1 | 1101 | 100101101 | 1011011 | 101101 |
Color Harmonies of #DE0ADB
Complementary color
Monochromatic Colors of #DE0ADB
Black with #DE0ADB
Text Example
Text Example
White with #DE0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0ADB; }
p { color: rgb(222,10,219); }
H1.HeaderClassName
{
color: #DE0ADB;
}
.AnyTagClassName
{
color: #DE0ADB;
}
</style>
background-color css
<style>
a { background-color: #DE0ADB; }
a { background-color: rgb(222,10,219); }
div.DivClassName
{
background-color: #DE0ADB;
}
.BgClassName
{
background-color: #DE0ADB;
}
</style>
border-color css
<style>
span { border-color: #DE0ADB; }
span { border-color: rgb(222,10,219); }
td.TdClassName
{
border-color: #DE0ADB;
}
.TagClassName
{
border-color: #DE0ADB;
}
</style>