Shades of Deep Magenta #DB07B5
Tints of Deep Magenta #DB07B5
RGB
CMYK
RGB Variations
Color information
#DB07B5 (or 0xDB07B5) is known color: Deep Magenta. HEX triplet: DB, 07 and B5. RGB value is (219,7,181). Sum of RGB (Red+Green+Blue) = 219+7+181=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB07B5 is #24F84A. Grayscale: #595959. Windows color (decimal): -2422859 or 11864027. OLE color: 11864027.
HSL color Cylindrical-coordinate representation of color #DB07B5: hue angle of 310.75º 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 #DB07B5 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 181 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.14 |
| HSL | 310.75º | 0.94% | 0.44% | - |
| HSV(B) | 310.75º | 0.97% | 0.86% | - |
| XYZ | 37.63 | 18.55 | 45.31 | - |
| YUV | 90.22 | 179.24 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 181 | 0 | 0.97 | 0.17 | 0.14 | 310.75 | 0.94 | 0.44 |
| Hex | DB | 7 | B5 | 0 | 61 | 11 | E | 137 | 5E | 2C |
| Octal | 333 | 7 | 265 | 0 | 141 | 21 | 16 | 467 | 136 | 54 |
| Binary | 11011011 | 111 | 10110101 | 0 | 1100001 | 10001 | 1110 | 100110111 | 1011110 | 101100 |
Color Harmonies of #DB07B5
Complementary color
Monochromatic Colors of #DB07B5
Black with #DB07B5
Text Example
Text Example
White with #DB07B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07B5; }
p { color: rgb(219,7,181); }
H1.HeaderClassName
{
color: #DB07B5;
}
.AnyTagClassName
{
color: #DB07B5;
}
</style>
background-color css
<style>
a { background-color: #DB07B5; }
a { background-color: rgb(219,7,181); }
div.DivClassName
{
background-color: #DB07B5;
}
.BgClassName
{
background-color: #DB07B5;
}
</style>
border-color css
<style>
span { border-color: #DB07B5; }
span { border-color: rgb(219,7,181); }
td.TdClassName
{
border-color: #DB07B5;
}
.TagClassName
{
border-color: #DB07B5;
}
</style>