Shades of Deep Magenta #DB10BB
Tints of Deep Magenta #DB10BB
RGB
CMYK
RGB Variations
Color information
#DB10BB (or 0xDB10BB) is known color: Deep Magenta. HEX triplet: DB, 10 and BB. RGB value is (219,16,187). Sum of RGB (Red+Green+Blue) = 219+16+187=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB10BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB10BB is #24EF44. Grayscale: #5F5F5F. Windows color (decimal): -2420549 or 12259547. OLE color: 12259547.
HSL color Cylindrical-coordinate representation of color #DB10BB: hue angle of 309.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB10BB is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 187 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.14 |
| HSL | 309.46º | 0.86% | 0.46% | - |
| HSV(B) | 309.46º | 0.93% | 0.86% | - |
| XYZ | 38.37 | 19.02 | 48.66 | - |
| YUV | 96.19 | 179.25 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 187 | 0 | 0.93 | 0.15 | 0.14 | 309.46 | 0.86 | 0.46 |
| Hex | DB | 10 | BB | 0 | 5D | F | E | 135 | 56 | 2E |
| Octal | 333 | 20 | 273 | 0 | 135 | 17 | 16 | 465 | 126 | 56 |
| Binary | 11011011 | 10000 | 10111011 | 0 | 1011101 | 1111 | 1110 | 100110101 | 1010110 | 101110 |
Color Harmonies of #DB10BB
Complementary color
Monochromatic Colors of #DB10BB
Black with #DB10BB
Text Example
Text Example
White with #DB10BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB10BB; }
p { color: rgb(219,16,187); }
H1.HeaderClassName
{
color: #DB10BB;
}
.AnyTagClassName
{
color: #DB10BB;
}
</style>
background-color css
<style>
a { background-color: #DB10BB; }
a { background-color: rgb(219,16,187); }
div.DivClassName
{
background-color: #DB10BB;
}
.BgClassName
{
background-color: #DB10BB;
}
</style>
border-color css
<style>
span { border-color: #DB10BB; }
span { border-color: rgb(219,16,187); }
td.TdClassName
{
border-color: #DB10BB;
}
.TagClassName
{
border-color: #DB10BB;
}
</style>