Shades of Deep Magenta #DB0FBF
Tints of Deep Magenta #DB0FBF
RGB
CMYK
RGB Variations
Color information
#DB0FBF (or 0xDB0FBF) is known color: Deep Magenta. HEX triplet: DB, 0F and BF. RGB value is (219,15,191). Sum of RGB (Red+Green+Blue) = 219+15+191=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 15 (6.25% from 255 or 3.53% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0FBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FBF is #24F040. Grayscale: #5F5F5F. Windows color (decimal): -2420801 or 12521435. OLE color: 12521435.
HSL color Cylindrical-coordinate representation of color #DB0FBF: hue angle of 308.24º 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 #DB0FBF is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 191 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.14 |
| HSL | 308.24º | 0.87% | 0.46% | - |
| HSV(B) | 308.24º | 0.93% | 0.86% | - |
| XYZ | 38.79 | 19.16 | 50.94 | - |
| YUV | 96.06 | 181.59 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 191 | 0 | 0.93 | 0.13 | 0.14 | 308.24 | 0.87 | 0.46 |
| Hex | DB | F | BF | 0 | 5D | D | E | 134 | 57 | 2E |
| Octal | 333 | 17 | 277 | 0 | 135 | 15 | 16 | 464 | 127 | 56 |
| Binary | 11011011 | 1111 | 10111111 | 0 | 1011101 | 1101 | 1110 | 100110100 | 1010111 | 101110 |
Color Harmonies of #DB0FBF
Complementary color
Monochromatic Colors of #DB0FBF
Black with #DB0FBF
Text Example
Text Example
White with #DB0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0FBF; }
p { color: rgb(219,15,191); }
H1.HeaderClassName
{
color: #DB0FBF;
}
.AnyTagClassName
{
color: #DB0FBF;
}
</style>
background-color css
<style>
a { background-color: #DB0FBF; }
a { background-color: rgb(219,15,191); }
div.DivClassName
{
background-color: #DB0FBF;
}
.BgClassName
{
background-color: #DB0FBF;
}
</style>
border-color css
<style>
span { border-color: #DB0FBF; }
span { border-color: rgb(219,15,191); }
td.TdClassName
{
border-color: #DB0FBF;
}
.TagClassName
{
border-color: #DB0FBF;
}
</style>