Shades of Deep Magenta #DB03D8
Tints of Deep Magenta #DB03D8
RGB
CMYK
RGB Variations
Color information
#DB03D8 (or 0xDB03D8) is known color: Deep Magenta. HEX triplet: DB, 03 and D8. RGB value is (219,3,216). Sum of RGB (Red+Green+Blue) = 219+3+216=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 3 (1.56% from 255 or 0.68% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03D8 is #24FC27. Grayscale: #5B5B5B. Windows color (decimal): -2423848 or 14156763. OLE color: 14156763.
HSL color Cylindrical-coordinate representation of color #DB03D8: hue angle of 300.83º 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 #DB03D8 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 216 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.14 |
| HSL | 300.83º | 0.97% | 0.44% | - |
| HSV(B) | 300.83º | 0.99% | 0.86% | - |
| XYZ | 41.64 | 20.08 | 66.65 | - |
| YUV | 91.87 | 198.06 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 216 | 0 | 0.99 | 0.01 | 0.14 | 300.83 | 0.97 | 0.44 |
| Hex | DB | 3 | D8 | 0 | 63 | 1 | E | 12D | 61 | 2C |
| Octal | 333 | 3 | 330 | 0 | 143 | 1 | 16 | 455 | 141 | 54 |
| Binary | 11011011 | 11 | 11011000 | 0 | 1100011 | 1 | 1110 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DB03D8
Complementary color
Monochromatic Colors of #DB03D8
Black with #DB03D8
Text Example
Text Example
White with #DB03D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03D8; }
p { color: rgb(219,3,216); }
H1.HeaderClassName
{
color: #DB03D8;
}
.AnyTagClassName
{
color: #DB03D8;
}
</style>
background-color css
<style>
a { background-color: #DB03D8; }
a { background-color: rgb(219,3,216); }
div.DivClassName
{
background-color: #DB03D8;
}
.BgClassName
{
background-color: #DB03D8;
}
</style>
border-color css
<style>
span { border-color: #DB03D8; }
span { border-color: rgb(219,3,216); }
td.TdClassName
{
border-color: #DB03D8;
}
.TagClassName
{
border-color: #DB03D8;
}
</style>