Shades of Deep Magenta #DB0FBE
Tints of Deep Magenta #DB0FBE
RGB
CMYK
RGB Variations
Color information
#DB0FBE (or 0xDB0FBE) is known color: Deep Magenta. HEX triplet: DB, 0F and BE. RGB value is (219,15,190). Sum of RGB (Red+Green+Blue) = 219+15+190=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FBE is #24F041. Grayscale: #5F5F5F. Windows color (decimal): -2420802 or 12455899. OLE color: 12455899.
HSL color Cylindrical-coordinate representation of color #DB0FBE: hue angle of 308.53º 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 #DB0FBE is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 190 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.14 |
| HSL | 308.53º | 0.87% | 0.46% | - |
| HSV(B) | 308.53º | 0.93% | 0.86% | - |
| XYZ | 38.68 | 19.12 | 50.37 | - |
| YUV | 95.95 | 181.09 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 190 | 0 | 0.93 | 0.13 | 0.14 | 308.53 | 0.87 | 0.46 |
| Hex | DB | F | BE | 0 | 5D | D | E | 135 | 57 | 2E |
| Octal | 333 | 17 | 276 | 0 | 135 | 15 | 16 | 465 | 127 | 56 |
| Binary | 11011011 | 1111 | 10111110 | 0 | 1011101 | 1101 | 1110 | 100110101 | 1010111 | 101110 |
Color Harmonies of #DB0FBE
Complementary color
Monochromatic Colors of #DB0FBE
Black with #DB0FBE
Text Example
Text Example
White with #DB0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FBE; }
p { color: rgb(219,15,190); }
H1.HeaderClassName
{
color: #DB0FBE;
}
.AnyTagClassName
{
color: #DB0FBE;
}
</style>
background-color css
<style>
a { background-color: #DB0FBE; }
a { background-color: rgb(219,15,190); }
div.DivClassName
{
background-color: #DB0FBE;
}
.BgClassName
{
background-color: #DB0FBE;
}
</style>
border-color css
<style>
span { border-color: #DB0FBE; }
span { border-color: rgb(219,15,190); }
td.TdClassName
{
border-color: #DB0FBE;
}
.TagClassName
{
border-color: #DB0FBE;
}
</style>