Shades of Deep Magenta #DB05BB
Tints of Deep Magenta #DB05BB
RGB
CMYK
RGB Variations
Color information
#DB05BB (or 0xDB05BB) is known color: Deep Magenta. HEX triplet: DB, 05 and BB. RGB value is (219,5,187). Sum of RGB (Red+Green+Blue) = 219+5+187=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05BB is #24FA44. Grayscale: #595959. Windows color (decimal): -2423365 or 12256731. OLE color: 12256731.
HSL color Cylindrical-coordinate representation of color #DB05BB: hue angle of 308.97º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05BB is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 187 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.14 |
| HSL | 308.97º | 0.96% | 0.44% | - |
| HSV(B) | 308.97º | 0.98% | 0.86% | - |
| XYZ | 38.24 | 18.76 | 48.62 | - |
| YUV | 89.73 | 182.9 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 187 | 0 | 0.98 | 0.15 | 0.14 | 308.97 | 0.96 | 0.44 |
| Hex | DB | 5 | BB | 0 | 62 | F | E | 135 | 60 | 2C |
| Octal | 333 | 5 | 273 | 0 | 142 | 17 | 16 | 465 | 140 | 54 |
| Binary | 11011011 | 101 | 10111011 | 0 | 1100010 | 1111 | 1110 | 100110101 | 1100000 | 101100 |
Color Harmonies of #DB05BB
Complementary color
Monochromatic Colors of #DB05BB
Black with #DB05BB
Text Example
Text Example
White with #DB05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05BB; }
p { color: rgb(219,5,187); }
H1.HeaderClassName
{
color: #DB05BB;
}
.AnyTagClassName
{
color: #DB05BB;
}
</style>
background-color css
<style>
a { background-color: #DB05BB; }
a { background-color: rgb(219,5,187); }
div.DivClassName
{
background-color: #DB05BB;
}
.BgClassName
{
background-color: #DB05BB;
}
</style>
border-color css
<style>
span { border-color: #DB05BB; }
span { border-color: rgb(219,5,187); }
td.TdClassName
{
border-color: #DB05BB;
}
.TagClassName
{
border-color: #DB05BB;
}
</style>