Shades of Deep Magenta #DB06DB
Tints of Deep Magenta #DB06DB
RGB
CMYK
RGB Variations
Color information
#DB06DB (or 0xDB06DB) is known color: Deep Magenta. HEX triplet: DB, 06 and DB. RGB value is (219,6,219). Sum of RGB (Red+Green+Blue) = 219+6+219=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06DB is #24F924. Grayscale: #5D5D5D. Windows color (decimal): -2423077 or 14354139. OLE color: 14354139.
HSL color Cylindrical-coordinate representation of color #DB06DB: hue angle of 300º degrees, saturation: 0.95, 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 #DB06DB is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 219 | - |
| CMYK | 0 | 0.97 | 0 | 0.14 |
| HSL | 300º | 0.95% | 0.44% | - |
| HSV(B) | 300º | 0.97% | 0.86% | - |
| XYZ | 42.06 | 20.3 | 68.72 | - |
| YUV | 93.97 | 198.57 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 219 | 0 | 0.97 | 0 | 0.14 | 300 | 0.95 | 0.44 |
| Hex | DB | 6 | DB | 0 | 61 | 0 | E | 12C | 5F | 2C |
| Octal | 333 | 6 | 333 | 0 | 141 | 0 | 16 | 454 | 137 | 54 |
| Binary | 11011011 | 110 | 11011011 | 0 | 1100001 | 0 | 1110 | 100101100 | 1011111 | 101100 |
Color Harmonies of #DB06DB
Complementary color
Monochromatic Colors of #DB06DB
Black with #DB06DB
Text Example
Text Example
White with #DB06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06DB; }
p { color: rgb(219,6,219); }
H1.HeaderClassName
{
color: #DB06DB;
}
.AnyTagClassName
{
color: #DB06DB;
}
</style>
background-color css
<style>
a { background-color: #DB06DB; }
a { background-color: rgb(219,6,219); }
div.DivClassName
{
background-color: #DB06DB;
}
.BgClassName
{
background-color: #DB06DB;
}
</style>
border-color css
<style>
span { border-color: #DB06DB; }
span { border-color: rgb(219,6,219); }
td.TdClassName
{
border-color: #DB06DB;
}
.TagClassName
{
border-color: #DB06DB;
}
</style>