Shades of Deep Magenta #DB03C0
Tints of Deep Magenta #DB03C0
RGB
CMYK
RGB Variations
Color information
#DB03C0 (or 0xDB03C0) is known color: Deep Magenta. HEX triplet: DB, 03 and C0. RGB value is (219,3,192). Sum of RGB (Red+Green+Blue) = 219+3+192=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 3 (1.56% from 255 or 0.72% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03C0 is #24FC3F. Grayscale: #585858. Windows color (decimal): -2423872 or 12583899. OLE color: 12583899.
HSL color Cylindrical-coordinate representation of color #DB03C0: hue angle of 307.5º 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 #DB03C0 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.14 |
| HSL | 307.5º | 0.97% | 0.44% | - |
| HSV(B) | 307.5º | 0.99% | 0.86% | - |
| XYZ | 38.76 | 18.93 | 51.48 | - |
| YUV | 89.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 192 | 0 | 0.99 | 0.12 | 0.14 | 307.5 | 0.97 | 0.44 |
| Hex | DB | 3 | C0 | 0 | 63 | C | E | 134 | 61 | 2C |
| Octal | 333 | 3 | 300 | 0 | 143 | 14 | 16 | 464 | 141 | 54 |
| Binary | 11011011 | 11 | 11000000 | 0 | 1100011 | 1100 | 1110 | 100110100 | 1100001 | 101100 |
Color Harmonies of #DB03C0
Complementary color
Monochromatic Colors of #DB03C0
Black with #DB03C0
Text Example
Text Example
White with #DB03C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03C0; }
p { color: rgb(219,3,192); }
H1.HeaderClassName
{
color: #DB03C0;
}
.AnyTagClassName
{
color: #DB03C0;
}
</style>
background-color css
<style>
a { background-color: #DB03C0; }
a { background-color: rgb(219,3,192); }
div.DivClassName
{
background-color: #DB03C0;
}
.BgClassName
{
background-color: #DB03C0;
}
</style>
border-color css
<style>
span { border-color: #DB03C0; }
span { border-color: rgb(219,3,192); }
td.TdClassName
{
border-color: #DB03C0;
}
.TagClassName
{
border-color: #DB03C0;
}
</style>