Shades of Deep Magenta #DE01DB
Tints of Deep Magenta #DE01DB
RGB
CMYK
RGB Variations
Color information
#DE01DB (or 0xDE01DB) is known color: Deep Magenta. HEX triplet: DE, 01 and DB. RGB value is (222,1,219). Sum of RGB (Red+Green+Blue) = 222+1+219=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE01DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01DB is #21FE24. Grayscale: #5B5B5B. Windows color (decimal): -2227749 or 14352862. OLE color: 14352862.
HSL color Cylindrical-coordinate representation of color #DE01DB: hue angle of 300.81º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE01DB is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 219 | - |
| CMYK | 0 | 1.00 | 0.01 | 0.13 |
| HSL | 300.81º | 0.99% | 0.44% | - |
| HSV(B) | 300.81º | 1% | 0.87% | - |
| XYZ | 42.92 | 20.67 | 68.74 | - |
| YUV | 91.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 219 | 0 | 1.00 | 0.01 | 0.13 | 300.81 | 0.99 | 0.44 |
| Hex | DE | 1 | DB | 0 | 64 | 1 | D | 12D | 63 | 2C |
| Octal | 336 | 1 | 333 | 0 | 144 | 1 | 15 | 455 | 143 | 54 |
| Binary | 11011110 | 1 | 11011011 | 0 | 1100100 | 1 | 1101 | 100101101 | 1100011 | 101100 |
Color Harmonies of #DE01DB
Complementary color
Monochromatic Colors of #DE01DB
Black with #DE01DB
Text Example
Text Example
White with #DE01DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE01DB; }
p { color: rgb(222,1,219); }
H1.HeaderClassName
{
color: #DE01DB;
}
.AnyTagClassName
{
color: #DE01DB;
}
</style>
background-color css
<style>
a { background-color: #DE01DB; }
a { background-color: rgb(222,1,219); }
div.DivClassName
{
background-color: #DE01DB;
}
.BgClassName
{
background-color: #DE01DB;
}
</style>
border-color css
<style>
span { border-color: #DE01DB; }
span { border-color: rgb(222,1,219); }
td.TdClassName
{
border-color: #DE01DB;
}
.TagClassName
{
border-color: #DE01DB;
}
</style>