Shades of Deep Magenta #DB0FBC
Tints of Deep Magenta #DB0FBC
RGB
CMYK
RGB Variations
Color information
#DB0FBC (or 0xDB0FBC) is known color: Deep Magenta. HEX triplet: DB, 0F and BC. RGB value is (219,15,188). Sum of RGB (Red+Green+Blue) = 219+15+188=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FBC is #24F043. Grayscale: #5F5F5F. Windows color (decimal): -2420804 or 12324827. OLE color: 12324827.
HSL color Cylindrical-coordinate representation of color #DB0FBC: hue angle of 309.12º 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 #DB0FBC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 188 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.14 |
| HSL | 309.12º | 0.87% | 0.46% | - |
| HSV(B) | 309.12º | 0.93% | 0.86% | - |
| XYZ | 38.46 | 19.03 | 49.22 | - |
| YUV | 95.72 | 180.09 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 188 | 0 | 0.93 | 0.14 | 0.14 | 309.12 | 0.87 | 0.46 |
| Hex | DB | F | BC | 0 | 5D | E | E | 135 | 57 | 2E |
| Octal | 333 | 17 | 274 | 0 | 135 | 16 | 16 | 465 | 127 | 56 |
| Binary | 11011011 | 1111 | 10111100 | 0 | 1011101 | 1110 | 1110 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DB0FBC
Complementary color
Monochromatic Colors of #DB0FBC
Black with #DB0FBC
Text Example
Text Example
White with #DB0FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FBC; }
p { color: rgb(219,15,188); }
H1.HeaderClassName
{
color: #DB0FBC;
}
.AnyTagClassName
{
color: #DB0FBC;
}
</style>
background-color css
<style>
a { background-color: #DB0FBC; }
a { background-color: rgb(219,15,188); }
div.DivClassName
{
background-color: #DB0FBC;
}
.BgClassName
{
background-color: #DB0FBC;
}
</style>
border-color css
<style>
span { border-color: #DB0FBC; }
span { border-color: rgb(219,15,188); }
td.TdClassName
{
border-color: #DB0FBC;
}
.TagClassName
{
border-color: #DB0FBC;
}
</style>