Shades of Deep Magenta #DB03DD
Tints of Deep Magenta #DB03DD
RGB
CMYK
RGB Variations
Color information
#DB03DD (or 0xDB03DD) is known color: Deep Magenta. HEX triplet: DB, 03 and DD. RGB value is (219,3,221). Sum of RGB (Red+Green+Blue) = 219+3+221=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 3 (1.56% from 255 or 0.68% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB03DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03DD is #24FC22. Grayscale: #5B5B5B. Windows color (decimal): -2423843 or 14484443. OLE color: 14484443.
HSL color Cylindrical-coordinate representation of color #DB03DD: hue angle of 299.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB03DD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 3 | 221 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.13 |
| HSL | 299.45º | 0.97% | 0.44% | - |
| HSV(B) | 299.45º | 0.99% | 0.87% | - |
| XYZ | 42.3 | 20.35 | 70.1 | - |
| YUV | 92.44 | 200.56 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 221 | 0.01 | 0.99 | 0 | 0.13 | 299.45 | 0.97 | 0.44 |
| Hex | DB | 3 | DD | 1 | 63 | 0 | D | 12B | 61 | 2C |
| Octal | 333 | 3 | 335 | 1 | 143 | 0 | 15 | 453 | 141 | 54 |
| Binary | 11011011 | 11 | 11011101 | 1 | 1100011 | 0 | 1101 | 100101011 | 1100001 | 101100 |
Color Harmonies of #DB03DD
Complementary color
Monochromatic Colors of #DB03DD
Black with #DB03DD
Text Example
Text Example
White with #DB03DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03DD; }
p { color: rgb(219,3,221); }
H1.HeaderClassName
{
color: #DB03DD;
}
.AnyTagClassName
{
color: #DB03DD;
}
</style>
background-color css
<style>
a { background-color: #DB03DD; }
a { background-color: rgb(219,3,221); }
div.DivClassName
{
background-color: #DB03DD;
}
.BgClassName
{
background-color: #DB03DD;
}
</style>
border-color css
<style>
span { border-color: #DB03DD; }
span { border-color: rgb(219,3,221); }
td.TdClassName
{
border-color: #DB03DD;
}
.TagClassName
{
border-color: #DB03DD;
}
</style>