Shades of Deep Magenta #DB07B7
Tints of Deep Magenta #DB07B7
RGB
CMYK
RGB Variations
Color information
#DB07B7 (or 0xDB07B7) is known color: Deep Magenta. HEX triplet: DB, 07 and B7. RGB value is (219,7,183). Sum of RGB (Red+Green+Blue) = 219+7+183=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07B7 is #24F848. Grayscale: #595959. Windows color (decimal): -2422857 or 11995099. OLE color: 11995099.
HSL color Cylindrical-coordinate representation of color #DB07B7: hue angle of 310.19º 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 #DB07B7 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.14 |
| HSL | 310.19º | 0.94% | 0.44% | - |
| HSV(B) | 310.19º | 0.97% | 0.86% | - |
| XYZ | 37.84 | 18.63 | 46.4 | - |
| YUV | 90.45 | 180.24 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 183 | 0 | 0.97 | 0.16 | 0.14 | 310.19 | 0.94 | 0.44 |
| Hex | DB | 7 | B7 | 0 | 61 | 10 | E | 136 | 5E | 2C |
| Octal | 333 | 7 | 267 | 0 | 141 | 20 | 16 | 466 | 136 | 54 |
| Binary | 11011011 | 111 | 10110111 | 0 | 1100001 | 10000 | 1110 | 100110110 | 1011110 | 101100 |
Color Harmonies of #DB07B7
Complementary color
Monochromatic Colors of #DB07B7
Black with #DB07B7
Text Example
Text Example
White with #DB07B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07B7; }
p { color: rgb(219,7,183); }
H1.HeaderClassName
{
color: #DB07B7;
}
.AnyTagClassName
{
color: #DB07B7;
}
</style>
background-color css
<style>
a { background-color: #DB07B7; }
a { background-color: rgb(219,7,183); }
div.DivClassName
{
background-color: #DB07B7;
}
.BgClassName
{
background-color: #DB07B7;
}
</style>
border-color css
<style>
span { border-color: #DB07B7; }
span { border-color: rgb(219,7,183); }
td.TdClassName
{
border-color: #DB07B7;
}
.TagClassName
{
border-color: #DB07B7;
}
</style>