Shades of Deep Magenta #DB00DB
Tints of Deep Magenta #DB00DB
RGB
CMYK
RGB Variations
Color information
#DB00DB (or 0xDB00DB) is known color: Deep Magenta. HEX triplet: DB, 00 and DB. RGB value is (219,0,219). Sum of RGB (Red+Green+Blue) = 219+0+219=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 0 (0.39% from 255 or 0% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB00DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB00DB is #24FF24. Grayscale: #595959. Windows color (decimal): -2424613 or 14352603. OLE color: 14352603.
HSL color Cylindrical-coordinate representation of color #DB00DB: hue angle of 300º 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 #DB00DB is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 0 | 219 | - |
CMYK | 0 | 1 | 0 | 0.14 |
HSL | 300º | 1% | 0.43% | - |
HSV(B) | 300º | 1% | 0.86% | - |
XYZ | 42 | 20.17 | 68.7 | - |
YUV | 90.45 | 200.55 | 219.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 0 | 219 | 0 | 1 | 0 | 0.14 | 300 | 1 | 0.43 |
Hex | DB | 0 | DB | 0 | 64 | 0 | E | 12C | 64 | 2B |
Octal | 333 | 0 | 333 | 0 | 144 | 0 | 16 | 454 | 144 | 53 |
Binary | 11011011 | 0 | 11011011 | 0 | 1100100 | 0 | 1110 | 100101100 | 1100100 | 101011 |
Color Harmonies of #DB00DB
Complementary color
Monochromatic Colors of #DB00DB
Black with #DB00DB
Text Example
Text Example
White with #DB00DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB00DB; }
p { color: rgb(219,0,219); }
H1.HeaderClassName
{
color: #DB00DB;
}
.AnyTagClassName
{
color: #DB00DB;
}
</style>
background-color css
<style>
a { background-color: #DB00DB; }
a { background-color: rgb(219,0,219); }
div.DivClassName
{
background-color: #DB00DB;
}
.BgClassName
{
background-color: #DB00DB;
}
</style>
border-color css
<style>
span { border-color: #DB00DB; }
span { border-color: rgb(219,0,219); }
td.TdClassName
{
border-color: #DB00DB;
}
.TagClassName
{
border-color: #DB00DB;
}
</style>