Shades of Deep Magenta #DB07BB
Tints of Deep Magenta #DB07BB
RGB
CMYK
RGB Variations
Color information
#DB07BB (or 0xDB07BB) is known color: Deep Magenta. HEX triplet: DB, 07 and BB. RGB value is (219,7,187). Sum of RGB (Red+Green+Blue) = 219+7+187=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07BB is #24F844. Grayscale: #5A5A5A. Windows color (decimal): -2422853 or 12257243. OLE color: 12257243.
HSL color Cylindrical-coordinate representation of color #DB07BB: hue angle of 309.06º 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 #DB07BB is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.14 |
| HSL | 309.06º | 0.94% | 0.44% | - |
| HSV(B) | 309.06º | 0.97% | 0.86% | - |
| XYZ | 38.26 | 18.8 | 48.63 | - |
| YUV | 90.91 | 182.24 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 187 | 0 | 0.97 | 0.15 | 0.14 | 309.06 | 0.94 | 0.44 |
| Hex | DB | 7 | BB | 0 | 61 | F | E | 135 | 5E | 2C |
| Octal | 333 | 7 | 273 | 0 | 141 | 17 | 16 | 465 | 136 | 54 |
| Binary | 11011011 | 111 | 10111011 | 0 | 1100001 | 1111 | 1110 | 100110101 | 1011110 | 101100 |
Color Harmonies of #DB07BB
Complementary color
Monochromatic Colors of #DB07BB
Black with #DB07BB
Text Example
Text Example
White with #DB07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07BB; }
p { color: rgb(219,7,187); }
H1.HeaderClassName
{
color: #DB07BB;
}
.AnyTagClassName
{
color: #DB07BB;
}
</style>
background-color css
<style>
a { background-color: #DB07BB; }
a { background-color: rgb(219,7,187); }
div.DivClassName
{
background-color: #DB07BB;
}
.BgClassName
{
background-color: #DB07BB;
}
</style>
border-color css
<style>
span { border-color: #DB07BB; }
span { border-color: rgb(219,7,187); }
td.TdClassName
{
border-color: #DB07BB;
}
.TagClassName
{
border-color: #DB07BB;
}
</style>