Shades of Deep Magenta #DB03D3
Tints of Deep Magenta #DB03D3
RGB
CMYK
RGB Variations
Color information
#DB03D3 (or 0xDB03D3) is known color: Deep Magenta. HEX triplet: DB, 03 and D3. RGB value is (219,3,211). Sum of RGB (Red+Green+Blue) = 219+3+211=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 3 (1.56% from 255 or 0.69% from 433); Blue value is 211 (82.81% from 255 or 48.73% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03D3 is #24FC2C. Grayscale: #5A5A5A. Windows color (decimal): -2423853 or 13829083. OLE color: 13829083.
HSL color Cylindrical-coordinate representation of color #DB03D3: hue angle of 302.22º 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 #DB03D3 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 211 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.14 |
| HSL | 302.22º | 0.97% | 0.44% | - |
| HSV(B) | 302.22º | 0.99% | 0.86% | - |
| XYZ | 41 | 19.83 | 63.29 | - |
| YUV | 91.3 | 195.56 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 211 | 0 | 0.99 | 0.04 | 0.14 | 302.22 | 0.97 | 0.44 |
| Hex | DB | 3 | D3 | 0 | 63 | 4 | E | 12E | 61 | 2C |
| Octal | 333 | 3 | 323 | 0 | 143 | 4 | 16 | 456 | 141 | 54 |
| Binary | 11011011 | 11 | 11010011 | 0 | 1100011 | 100 | 1110 | 100101110 | 1100001 | 101100 |
Color Harmonies of #DB03D3
Complementary color
Monochromatic Colors of #DB03D3
Black with #DB03D3
Text Example
Text Example
White with #DB03D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03D3; }
p { color: rgb(219,3,211); }
H1.HeaderClassName
{
color: #DB03D3;
}
.AnyTagClassName
{
color: #DB03D3;
}
</style>
background-color css
<style>
a { background-color: #DB03D3; }
a { background-color: rgb(219,3,211); }
div.DivClassName
{
background-color: #DB03D3;
}
.BgClassName
{
background-color: #DB03D3;
}
</style>
border-color css
<style>
span { border-color: #DB03D3; }
span { border-color: rgb(219,3,211); }
td.TdClassName
{
border-color: #DB03D3;
}
.TagClassName
{
border-color: #DB03D3;
}
</style>