Shades of Deep Magenta #DB0FBB
Tints of Deep Magenta #DB0FBB
RGB
CMYK
RGB Variations
Color information
#DB0FBB (or 0xDB0FBB) is known color: Deep Magenta. HEX triplet: DB, 0F and BB. RGB value is (219,15,187). Sum of RGB (Red+Green+Blue) = 219+15+187=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FBB is #24F044. Grayscale: #5F5F5F. Windows color (decimal): -2420805 or 12259291. OLE color: 12259291.
HSL color Cylindrical-coordinate representation of color #DB0FBB: hue angle of 309.41º degrees, saturation: 0.87, 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 #DB0FBB is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 187 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.14 |
| HSL | 309.41º | 0.87% | 0.46% | - |
| HSV(B) | 309.41º | 0.93% | 0.86% | - |
| XYZ | 38.35 | 18.99 | 48.66 | - |
| YUV | 95.6 | 179.59 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 187 | 0 | 0.93 | 0.15 | 0.14 | 309.41 | 0.87 | 0.46 |
| Hex | DB | F | BB | 0 | 5D | F | E | 135 | 57 | 2E |
| Octal | 333 | 17 | 273 | 0 | 135 | 17 | 16 | 465 | 127 | 56 |
| Binary | 11011011 | 1111 | 10111011 | 0 | 1011101 | 1111 | 1110 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DB0FBB
Complementary color
Monochromatic Colors of #DB0FBB
Black with #DB0FBB
Text Example
Text Example
White with #DB0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FBB; }
p { color: rgb(219,15,187); }
H1.HeaderClassName
{
color: #DB0FBB;
}
.AnyTagClassName
{
color: #DB0FBB;
}
</style>
background-color css
<style>
a { background-color: #DB0FBB; }
a { background-color: rgb(219,15,187); }
div.DivClassName
{
background-color: #DB0FBB;
}
.BgClassName
{
background-color: #DB0FBB;
}
</style>
border-color css
<style>
span { border-color: #DB0FBB; }
span { border-color: rgb(219,15,187); }
td.TdClassName
{
border-color: #DB0FBB;
}
.TagClassName
{
border-color: #DB0FBB;
}
</style>