Shades of Deep Magenta #DB07DB
Tints of Deep Magenta #DB07DB
RGB
CMYK
RGB Variations
Color information
#DB07DB (or 0xDB07DB) is known color: Deep Magenta. HEX triplet: DB, 07 and DB. RGB value is (219,7,219). Sum of RGB (Red+Green+Blue) = 219+7+219=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB07DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07DB is #24F824. Grayscale: #5D5D5D. Windows color (decimal): -2422821 or 14354395. OLE color: 14354395.
HSL color Cylindrical-coordinate representation of color #DB07DB: hue angle of 300º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07DB is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 7 | 219 | - |
CMYK | 0 | 0.97 | 0 | 0.14 |
HSL | 300º | 0.94% | 0.44% | - |
HSV(B) | 300º | 0.97% | 0.86% | - |
XYZ | 42.08 | 20.33 | 68.72 | - |
YUV | 94.56 | 198.24 | 216.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 7 | 219 | 0 | 0.97 | 0 | 0.14 | 300 | 0.94 | 0.44 |
Hex | DB | 7 | DB | 0 | 61 | 0 | E | 12C | 5E | 2C |
Octal | 333 | 7 | 333 | 0 | 141 | 0 | 16 | 454 | 136 | 54 |
Binary | 11011011 | 111 | 11011011 | 0 | 1100001 | 0 | 1110 | 100101100 | 1011110 | 101100 |
Color Harmonies of #DB07DB
Complementary color
Monochromatic Colors of #DB07DB
Black with #DB07DB
Text Example
Text Example
White with #DB07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07DB; }
p { color: rgb(219,7,219); }
H1.HeaderClassName
{
color: #DB07DB;
}
.AnyTagClassName
{
color: #DB07DB;
}
</style>
background-color css
<style>
a { background-color: #DB07DB; }
a { background-color: rgb(219,7,219); }
div.DivClassName
{
background-color: #DB07DB;
}
.BgClassName
{
background-color: #DB07DB;
}
</style>
border-color css
<style>
span { border-color: #DB07DB; }
span { border-color: rgb(219,7,219); }
td.TdClassName
{
border-color: #DB07DB;
}
.TagClassName
{
border-color: #DB07DB;
}
</style>