Shades of Deep Magenta #DB05BF
Tints of Deep Magenta #DB05BF
RGB
CMYK
RGB Variations
Color information
#DB05BF (or 0xDB05BF) is known color: Deep Magenta. HEX triplet: DB, 05 and BF. RGB value is (219,5,191). Sum of RGB (Red+Green+Blue) = 219+5+191=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB05BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB05BF is #24FA40. Grayscale: #595959. Windows color (decimal): -2423361 or 12518875. OLE color: 12518875.
HSL color Cylindrical-coordinate representation of color #DB05BF: hue angle of 307.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB05BF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.14 |
| HSL | 307.85º | 0.96% | 0.44% | - |
| HSV(B) | 307.85º | 0.98% | 0.86% | - |
| XYZ | 38.67 | 18.93 | 50.91 | - |
| YUV | 90.19 | 184.9 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 5 | 191 | 0 | 0.98 | 0.13 | 0.14 | 307.85 | 0.96 | 0.44 |
| Hex | DB | 5 | BF | 0 | 62 | D | E | 134 | 60 | 2C |
| Octal | 333 | 5 | 277 | 0 | 142 | 15 | 16 | 464 | 140 | 54 |
| Binary | 11011011 | 101 | 10111111 | 0 | 1100010 | 1101 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DB05BF
Complementary color
Monochromatic Colors of #DB05BF
Black with #DB05BF
Text Example
Text Example
White with #DB05BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB05BF; }
p { color: rgb(219,5,191); }
H1.HeaderClassName
{
color: #DB05BF;
}
.AnyTagClassName
{
color: #DB05BF;
}
</style>
background-color css
<style>
a { background-color: #DB05BF; }
a { background-color: rgb(219,5,191); }
div.DivClassName
{
background-color: #DB05BF;
}
.BgClassName
{
background-color: #DB05BF;
}
</style>
border-color css
<style>
span { border-color: #DB05BF; }
span { border-color: rgb(219,5,191); }
td.TdClassName
{
border-color: #DB05BF;
}
.TagClassName
{
border-color: #DB05BF;
}
</style>