Shades of Deep Magenta #DB00E1
Tints of Deep Magenta #DB00E1
RGB
CMYK
RGB Variations
Color information
#DB00E1 (or 0xDB00E1) is known color: Deep Magenta. HEX triplet: DB, 00 and E1. RGB value is (219,0,225). Sum of RGB (Red+Green+Blue) = 219+0+225=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 225 (88.28% from 255 or 50.68% from 444); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB00E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00E1 is #24FF1E. Grayscale: #5A5A5A. Windows color (decimal): -2424607 or 14745819. OLE color: 14745819.
HSL color Cylindrical-coordinate representation of color #DB00E1: hue angle of 298.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00E1 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 0 | 225 | - |
| CMYK | 0.03 | 1 | 0 | 0.12 |
| HSL | 298.4º | 1% | 0.44% | - |
| HSV(B) | 298.4º | 1% | 0.88% | - |
| XYZ | 42.8 | 20.5 | 72.93 | - |
| YUV | 91.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 225 | 0.03 | 1 | 0 | 0.12 | 298.4 | 1 | 0.44 |
| Hex | DB | 0 | E1 | 3 | 64 | 0 | C | 12A | 64 | 2C |
| Octal | 333 | 0 | 341 | 3 | 144 | 0 | 14 | 452 | 144 | 54 |
| Binary | 11011011 | 0 | 11100001 | 11 | 1100100 | 0 | 1100 | 100101010 | 1100100 | 101100 |
Color Harmonies of #DB00E1
Complementary color
Monochromatic Colors of #DB00E1
Black with #DB00E1
Text Example
Text Example
White with #DB00E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00E1; }
p { color: rgb(219,0,225); }
H1.HeaderClassName
{
color: #DB00E1;
}
.AnyTagClassName
{
color: #DB00E1;
}
</style>
background-color css
<style>
a { background-color: #DB00E1; }
a { background-color: rgb(219,0,225); }
div.DivClassName
{
background-color: #DB00E1;
}
.BgClassName
{
background-color: #DB00E1;
}
</style>
border-color css
<style>
span { border-color: #DB00E1; }
span { border-color: rgb(219,0,225); }
td.TdClassName
{
border-color: #DB00E1;
}
.TagClassName
{
border-color: #DB00E1;
}
</style>