Shades of Deep Magenta #DB04C7
Tints of Deep Magenta #DB04C7
RGB
CMYK
RGB Variations
Color information
#DB04C7 (or 0xDB04C7) is known color: Deep Magenta. HEX triplet: DB, 04 and C7. RGB value is (219,4,199). Sum of RGB (Red+Green+Blue) = 219+4+199=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB04C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04C7 is #24FB38. Grayscale: #595959. Windows color (decimal): -2423609 or 13042907. OLE color: 13042907.
HSL color Cylindrical-coordinate representation of color #DB04C7: hue angle of 305.58º 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 #DB04C7 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 199 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.14 |
| HSL | 305.58º | 0.96% | 0.44% | - |
| HSV(B) | 305.58º | 0.98% | 0.86% | - |
| XYZ | 39.57 | 19.27 | 55.67 | - |
| YUV | 90.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 199 | 0 | 0.98 | 0.09 | 0.14 | 305.58 | 0.96 | 0.44 |
| Hex | DB | 4 | C7 | 0 | 62 | 9 | E | 132 | 60 | 2C |
| Octal | 333 | 4 | 307 | 0 | 142 | 11 | 16 | 462 | 140 | 54 |
| Binary | 11011011 | 100 | 11000111 | 0 | 1100010 | 1001 | 1110 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DB04C7
Complementary color
Monochromatic Colors of #DB04C7
Black with #DB04C7
Text Example
Text Example
White with #DB04C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04C7; }
p { color: rgb(219,4,199); }
H1.HeaderClassName
{
color: #DB04C7;
}
.AnyTagClassName
{
color: #DB04C7;
}
</style>
background-color css
<style>
a { background-color: #DB04C7; }
a { background-color: rgb(219,4,199); }
div.DivClassName
{
background-color: #DB04C7;
}
.BgClassName
{
background-color: #DB04C7;
}
</style>
border-color css
<style>
span { border-color: #DB04C7; }
span { border-color: rgb(219,4,199); }
td.TdClassName
{
border-color: #DB04C7;
}
.TagClassName
{
border-color: #DB04C7;
}
</style>