Shades of Deep Magenta #DB07BF
Tints of Deep Magenta #DB07BF
RGB
CMYK
RGB Variations
Color information
#DB07BF (or 0xDB07BF) is known color: Deep Magenta. HEX triplet: DB, 07 and BF. RGB value is (219,7,191). Sum of RGB (Red+Green+Blue) = 219+7+191=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07BF is #24F840. Grayscale: #5A5A5A. Windows color (decimal): -2422849 or 12519387. OLE color: 12519387.
HSL color Cylindrical-coordinate representation of color #DB07BF: hue angle of 307.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07BF is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.14 |
| HSL | 307.92º | 0.94% | 0.44% | - |
| HSV(B) | 307.92º | 0.97% | 0.86% | - |
| XYZ | 38.69 | 18.97 | 50.91 | - |
| YUV | 91.36 | 184.24 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 191 | 0 | 0.97 | 0.13 | 0.14 | 307.92 | 0.94 | 0.44 |
| Hex | DB | 7 | BF | 0 | 61 | D | E | 134 | 5E | 2C |
| Octal | 333 | 7 | 277 | 0 | 141 | 15 | 16 | 464 | 136 | 54 |
| Binary | 11011011 | 111 | 10111111 | 0 | 1100001 | 1101 | 1110 | 100110100 | 1011110 | 101100 |
Color Harmonies of #DB07BF
Complementary color
Monochromatic Colors of #DB07BF
Black with #DB07BF
Text Example
Text Example
White with #DB07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07BF; }
p { color: rgb(219,7,191); }
H1.HeaderClassName
{
color: #DB07BF;
}
.AnyTagClassName
{
color: #DB07BF;
}
</style>
background-color css
<style>
a { background-color: #DB07BF; }
a { background-color: rgb(219,7,191); }
div.DivClassName
{
background-color: #DB07BF;
}
.BgClassName
{
background-color: #DB07BF;
}
</style>
border-color css
<style>
span { border-color: #DB07BF; }
span { border-color: rgb(219,7,191); }
td.TdClassName
{
border-color: #DB07BF;
}
.TagClassName
{
border-color: #DB07BF;
}
</style>