Shades of Deep Magenta #DB03D6
Tints of Deep Magenta #DB03D6
RGB
CMYK
RGB Variations
Color information
#DB03D6 (or 0xDB03D6) is known color: Deep Magenta. HEX triplet: DB, 03 and D6. RGB value is (219,3,214). Sum of RGB (Red+Green+Blue) = 219+3+214=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 3 (1.56% from 255 or 0.69% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03D6 is #24FC29. Grayscale: #5B5B5B. Windows color (decimal): -2423850 or 14025691. OLE color: 14025691.
HSL color Cylindrical-coordinate representation of color #DB03D6: hue angle of 301.39º 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 #DB03D6 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 214 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.14 |
| HSL | 301.39º | 0.97% | 0.44% | - |
| HSV(B) | 301.39º | 0.99% | 0.86% | - |
| XYZ | 41.38 | 19.98 | 65.29 | - |
| YUV | 91.64 | 197.06 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 214 | 0 | 0.99 | 0.02 | 0.14 | 301.39 | 0.97 | 0.44 |
| Hex | DB | 3 | D6 | 0 | 63 | 2 | E | 12D | 61 | 2C |
| Octal | 333 | 3 | 326 | 0 | 143 | 2 | 16 | 455 | 141 | 54 |
| Binary | 11011011 | 11 | 11010110 | 0 | 1100011 | 10 | 1110 | 100101101 | 1100001 | 101100 |
Color Harmonies of #DB03D6
Complementary color
Monochromatic Colors of #DB03D6
Black with #DB03D6
Text Example
Text Example
White with #DB03D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03D6; }
p { color: rgb(219,3,214); }
H1.HeaderClassName
{
color: #DB03D6;
}
.AnyTagClassName
{
color: #DB03D6;
}
</style>
background-color css
<style>
a { background-color: #DB03D6; }
a { background-color: rgb(219,3,214); }
div.DivClassName
{
background-color: #DB03D6;
}
.BgClassName
{
background-color: #DB03D6;
}
</style>
border-color css
<style>
span { border-color: #DB03D6; }
span { border-color: rgb(219,3,214); }
td.TdClassName
{
border-color: #DB03D6;
}
.TagClassName
{
border-color: #DB03D6;
}
</style>