Shades of Deep Magenta #DB04BF
Tints of Deep Magenta #DB04BF
RGB
CMYK
RGB Variations
Color information
#DB04BF (or 0xDB04BF) is known color: Deep Magenta. HEX triplet: DB, 04 and BF. RGB value is (219,4,191). Sum of RGB (Red+Green+Blue) = 219+4+191=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 4 (1.95% from 255 or 0.97% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04BF is #24FB40. Grayscale: #595959. Windows color (decimal): -2423617 or 12518619. OLE color: 12518619.
HSL color Cylindrical-coordinate representation of color #DB04BF: hue angle of 307.81º 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 #DB04BF is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 191 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.14 |
| HSL | 307.81º | 0.96% | 0.44% | - |
| HSV(B) | 307.81º | 0.98% | 0.86% | - |
| XYZ | 38.66 | 18.91 | 50.9 | - |
| YUV | 89.6 | 185.23 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 191 | 0 | 0.98 | 0.13 | 0.14 | 307.81 | 0.96 | 0.44 |
| Hex | DB | 4 | BF | 0 | 62 | D | E | 134 | 60 | 2C |
| Octal | 333 | 4 | 277 | 0 | 142 | 15 | 16 | 464 | 140 | 54 |
| Binary | 11011011 | 100 | 10111111 | 0 | 1100010 | 1101 | 1110 | 100110100 | 1100000 | 101100 |
Color Harmonies of #DB04BF
Complementary color
Monochromatic Colors of #DB04BF
Black with #DB04BF
Text Example
Text Example
White with #DB04BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04BF; }
p { color: rgb(219,4,191); }
H1.HeaderClassName
{
color: #DB04BF;
}
.AnyTagClassName
{
color: #DB04BF;
}
</style>
background-color css
<style>
a { background-color: #DB04BF; }
a { background-color: rgb(219,4,191); }
div.DivClassName
{
background-color: #DB04BF;
}
.BgClassName
{
background-color: #DB04BF;
}
</style>
border-color css
<style>
span { border-color: #DB04BF; }
span { border-color: rgb(219,4,191); }
td.TdClassName
{
border-color: #DB04BF;
}
.TagClassName
{
border-color: #DB04BF;
}
</style>