Shades of Deep Magenta #DE1DDB
Tints of Deep Magenta #DE1DDB
RGB
CMYK
RGB Variations
Color information
#DE1DDB (or 0xDE1DDB) is known color: Deep Magenta. HEX triplet: DE, 1D and DB. RGB value is (222,29,219). Sum of RGB (Red+Green+Blue) = 222+29+219=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 29 (11.72% from 255 or 6.17% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1DDB is #21E224. Grayscale: #6B6B6B. Windows color (decimal): -2220581 or 14360030. OLE color: 14360030.
HSL color Cylindrical-coordinate representation of color #DE1DDB: hue angle of 300.93º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1DDB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 29 | 219 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.93º | 0.77% | 0.49% | - |
| HSV(B) | 300.93º | 0.87% | 0.87% | - |
| XYZ | 43.35 | 21.52 | 68.89 | - |
| YUV | 108.37 | 190.44 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 29 | 219 | 0 | 0.87 | 0.01 | 0.13 | 300.93 | 0.77 | 0.49 |
| Hex | DE | 1D | DB | 0 | 57 | 1 | D | 12D | 4D | 31 |
| Octal | 336 | 35 | 333 | 0 | 127 | 1 | 15 | 455 | 115 | 61 |
| Binary | 11011110 | 11101 | 11011011 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001101 | 110001 |
Color Harmonies of #DE1DDB
Complementary color
Monochromatic Colors of #DE1DDB
Black with #DE1DDB
Text Example
Text Example
White with #DE1DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1DDB; }
p { color: rgb(222,29,219); }
H1.HeaderClassName
{
color: #DE1DDB;
}
.AnyTagClassName
{
color: #DE1DDB;
}
</style>
background-color css
<style>
a { background-color: #DE1DDB; }
a { background-color: rgb(222,29,219); }
div.DivClassName
{
background-color: #DE1DDB;
}
.BgClassName
{
background-color: #DE1DDB;
}
</style>
border-color css
<style>
span { border-color: #DE1DDB; }
span { border-color: rgb(222,29,219); }
td.TdClassName
{
border-color: #DE1DDB;
}
.TagClassName
{
border-color: #DE1DDB;
}
</style>