Shades of Deep Magenta #DB00D9
Tints of Deep Magenta #DB00D9
RGB
CMYK
RGB Variations
Color information
#DB00D9 (or 0xDB00D9) is known color: Deep Magenta. HEX triplet: DB, 00 and D9. RGB value is (219,0,217). Sum of RGB (Red+Green+Blue) = 219+0+217=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB00D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00D9 is #24FF26. Grayscale: #595959. Windows color (decimal): -2424615 or 14221531. OLE color: 14221531.
HSL color Cylindrical-coordinate representation of color #DB00D9: hue angle of 300.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB00D9 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 217 | - |
| CMYK | 0 | 1 | 0.01 | 0.14 |
| HSL | 300.55º | 1% | 0.43% | - |
| HSV(B) | 300.55º | 1% | 0.86% | - |
| XYZ | 41.74 | 20.07 | 67.32 | - |
| YUV | 90.22 | 199.55 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 217 | 0 | 1 | 0.01 | 0.14 | 300.55 | 1 | 0.43 |
| Hex | DB | 0 | D9 | 0 | 64 | 1 | E | 12D | 64 | 2B |
| Octal | 333 | 0 | 331 | 0 | 144 | 1 | 16 | 455 | 144 | 53 |
| Binary | 11011011 | 0 | 11011001 | 0 | 1100100 | 1 | 1110 | 100101101 | 1100100 | 101011 |
Color Harmonies of #DB00D9
Complementary color
Monochromatic Colors of #DB00D9
Black with #DB00D9
Text Example
Text Example
White with #DB00D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00D9; }
p { color: rgb(219,0,217); }
H1.HeaderClassName
{
color: #DB00D9;
}
.AnyTagClassName
{
color: #DB00D9;
}
</style>
background-color css
<style>
a { background-color: #DB00D9; }
a { background-color: rgb(219,0,217); }
div.DivClassName
{
background-color: #DB00D9;
}
.BgClassName
{
background-color: #DB00D9;
}
</style>
border-color css
<style>
span { border-color: #DB00D9; }
span { border-color: rgb(219,0,217); }
td.TdClassName
{
border-color: #DB00D9;
}
.TagClassName
{
border-color: #DB00D9;
}
</style>