Shades of Deep Magenta #DB03C9
Tints of Deep Magenta #DB03C9
RGB
CMYK
RGB Variations
Color information
#DB03C9 (or 0xDB03C9) is known color: Deep Magenta. HEX triplet: DB, 03 and C9. RGB value is (219,3,201). Sum of RGB (Red+Green+Blue) = 219+3+201=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03C9 is #24FC36. Grayscale: #595959. Windows color (decimal): -2423863 or 13173723. OLE color: 13173723.
HSL color Cylindrical-coordinate representation of color #DB03C9: hue angle of 305º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03C9 is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 201 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.14 |
| HSL | 305º | 0.97% | 0.44% | - |
| HSV(B) | 305º | 0.99% | 0.86% | - |
| XYZ | 39.79 | 19.34 | 56.89 | - |
| YUV | 90.16 | 190.56 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 201 | 0 | 0.99 | 0.08 | 0.14 | 305 | 0.97 | 0.44 |
| Hex | DB | 3 | C9 | 0 | 63 | 8 | E | 131 | 61 | 2C |
| Octal | 333 | 3 | 311 | 0 | 143 | 10 | 16 | 461 | 141 | 54 |
| Binary | 11011011 | 11 | 11001001 | 0 | 1100011 | 1000 | 1110 | 100110001 | 1100001 | 101100 |
Color Harmonies of #DB03C9
Complementary color
Monochromatic Colors of #DB03C9
Black with #DB03C9
Text Example
Text Example
White with #DB03C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03C9; }
p { color: rgb(219,3,201); }
H1.HeaderClassName
{
color: #DB03C9;
}
.AnyTagClassName
{
color: #DB03C9;
}
</style>
background-color css
<style>
a { background-color: #DB03C9; }
a { background-color: rgb(219,3,201); }
div.DivClassName
{
background-color: #DB03C9;
}
.BgClassName
{
background-color: #DB03C9;
}
</style>
border-color css
<style>
span { border-color: #DB03C9; }
span { border-color: rgb(219,3,201); }
td.TdClassName
{
border-color: #DB03C9;
}
.TagClassName
{
border-color: #DB03C9;
}
</style>