Shades of Deep Magenta #DB06BB
Tints of Deep Magenta #DB06BB
RGB
CMYK
RGB Variations
Color information
#DB06BB (or 0xDB06BB) is known color: Deep Magenta. HEX triplet: DB, 06 and BB. RGB value is (219,6,187). Sum of RGB (Red+Green+Blue) = 219+6+187=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB06BB is #24F944. Grayscale: #595959. Windows color (decimal): -2423109 or 12256987. OLE color: 12256987.
HSL color Cylindrical-coordinate representation of color #DB06BB: hue angle of 309.01º 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 #DB06BB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.14 |
| HSL | 309.01º | 0.95% | 0.44% | - |
| HSV(B) | 309.01º | 0.97% | 0.86% | - |
| XYZ | 38.25 | 18.78 | 48.62 | - |
| YUV | 90.32 | 182.57 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 187 | 0 | 0.97 | 0.15 | 0.14 | 309.01 | 0.95 | 0.44 |
| Hex | DB | 6 | BB | 0 | 61 | F | E | 135 | 5F | 2C |
| Octal | 333 | 6 | 273 | 0 | 141 | 17 | 16 | 465 | 137 | 54 |
| Binary | 11011011 | 110 | 10111011 | 0 | 1100001 | 1111 | 1110 | 100110101 | 1011111 | 101100 |
Color Harmonies of #DB06BB
Complementary color
Monochromatic Colors of #DB06BB
Black with #DB06BB
Text Example
Text Example
White with #DB06BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06BB; }
p { color: rgb(219,6,187); }
H1.HeaderClassName
{
color: #DB06BB;
}
.AnyTagClassName
{
color: #DB06BB;
}
</style>
background-color css
<style>
a { background-color: #DB06BB; }
a { background-color: rgb(219,6,187); }
div.DivClassName
{
background-color: #DB06BB;
}
.BgClassName
{
background-color: #DB06BB;
}
</style>
border-color css
<style>
span { border-color: #DB06BB; }
span { border-color: rgb(219,6,187); }
td.TdClassName
{
border-color: #DB06BB;
}
.TagClassName
{
border-color: #DB06BB;
}
</style>