Shades of Deep Magenta #DB00DE
Tints of Deep Magenta #DB00DE
RGB
CMYK
RGB Variations
Color information
#DB00DE (or 0xDB00DE) is known color: Deep Magenta. HEX triplet: DB, 00 and DE. RGB value is (219,0,222). Sum of RGB (Red+Green+Blue) = 219+0+222=441 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.66% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00DE is #24FF21. Grayscale: #5A5A5A. Windows color (decimal): -2424610 or 14549211. OLE color: 14549211.
HSL color Cylindrical-coordinate representation of color #DB00DE: hue angle of 299.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00DE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 0 | 222 | - |
| CMYK | 0.01 | 1 | 0 | 0.13 |
| HSL | 299.19º | 1% | 0.44% | - |
| HSV(B) | 299.19º | 1% | 0.87% | - |
| XYZ | 42.4 | 20.33 | 70.8 | - |
| YUV | 90.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 222 | 0.01 | 1 | 0 | 0.13 | 299.19 | 1 | 0.44 |
| Hex | DB | 0 | DE | 1 | 64 | 0 | D | 12B | 64 | 2C |
| Octal | 333 | 0 | 336 | 1 | 144 | 0 | 15 | 453 | 144 | 54 |
| Binary | 11011011 | 0 | 11011110 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100100 | 101100 |
Color Harmonies of #DB00DE
Complementary color
Monochromatic Colors of #DB00DE
Black with #DB00DE
Text Example
Text Example
White with #DB00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00DE; }
p { color: rgb(219,0,222); }
H1.HeaderClassName
{
color: #DB00DE;
}
.AnyTagClassName
{
color: #DB00DE;
}
</style>
background-color css
<style>
a { background-color: #DB00DE; }
a { background-color: rgb(219,0,222); }
div.DivClassName
{
background-color: #DB00DE;
}
.BgClassName
{
background-color: #DB00DE;
}
</style>
border-color css
<style>
span { border-color: #DB00DE; }
span { border-color: rgb(219,0,222); }
td.TdClassName
{
border-color: #DB00DE;
}
.TagClassName
{
border-color: #DB00DE;
}
</style>