Shades of Deep Magenta #DB06B7
Tints of Deep Magenta #DB06B7
RGB
CMYK
RGB Variations
Color information
#DB06B7 (or 0xDB06B7) is known color: Deep Magenta. HEX triplet: DB, 06 and B7. RGB value is (219,6,183). Sum of RGB (Red+Green+Blue) = 219+6+183=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06B7 is #24F948. Grayscale: #595959. Windows color (decimal): -2423113 or 11994843. OLE color: 11994843.
HSL color Cylindrical-coordinate representation of color #DB06B7: hue angle of 310.14º 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 #DB06B7 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 183 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.14 |
| HSL | 310.14º | 0.95% | 0.44% | - |
| HSV(B) | 310.14º | 0.97% | 0.86% | - |
| XYZ | 37.83 | 18.61 | 46.4 | - |
| YUV | 89.87 | 180.57 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 183 | 0 | 0.97 | 0.16 | 0.14 | 310.14 | 0.95 | 0.44 |
| Hex | DB | 6 | B7 | 0 | 61 | 10 | E | 136 | 5F | 2C |
| Octal | 333 | 6 | 267 | 0 | 141 | 20 | 16 | 466 | 137 | 54 |
| Binary | 11011011 | 110 | 10110111 | 0 | 1100001 | 10000 | 1110 | 100110110 | 1011111 | 101100 |
Color Harmonies of #DB06B7
Complementary color
Monochromatic Colors of #DB06B7
Black with #DB06B7
Text Example
Text Example
White with #DB06B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06B7; }
p { color: rgb(219,6,183); }
H1.HeaderClassName
{
color: #DB06B7;
}
.AnyTagClassName
{
color: #DB06B7;
}
</style>
background-color css
<style>
a { background-color: #DB06B7; }
a { background-color: rgb(219,6,183); }
div.DivClassName
{
background-color: #DB06B7;
}
.BgClassName
{
background-color: #DB06B7;
}
</style>
border-color css
<style>
span { border-color: #DB06B7; }
span { border-color: rgb(219,6,183); }
td.TdClassName
{
border-color: #DB06B7;
}
.TagClassName
{
border-color: #DB06B7;
}
</style>