Shades of Deep Magenta #DB03C5
Tints of Deep Magenta #DB03C5
RGB
CMYK
RGB Variations
Color information
#DB03C5 (or 0xDB03C5) is known color: Deep Magenta. HEX triplet: DB, 03 and C5. RGB value is (219,3,197). Sum of RGB (Red+Green+Blue) = 219+3+197=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03C5 is #24FC3A. Grayscale: #595959. Windows color (decimal): -2423867 or 12911579. OLE color: 12911579.
HSL color Cylindrical-coordinate representation of color #DB03C5: hue angle of 306.11º 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 #DB03C5 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.14 |
| HSL | 306.11º | 0.97% | 0.44% | - |
| HSV(B) | 306.11º | 0.99% | 0.86% | - |
| XYZ | 39.32 | 19.16 | 54.45 | - |
| YUV | 89.7 | 188.56 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 197 | 0 | 0.99 | 0.10 | 0.14 | 306.11 | 0.97 | 0.44 |
| Hex | DB | 3 | C5 | 0 | 63 | A | E | 132 | 61 | 2C |
| Octal | 333 | 3 | 305 | 0 | 143 | 12 | 16 | 462 | 141 | 54 |
| Binary | 11011011 | 11 | 11000101 | 0 | 1100011 | 1010 | 1110 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DB03C5
Complementary color
Monochromatic Colors of #DB03C5
Black with #DB03C5
Text Example
Text Example
White with #DB03C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03C5; }
p { color: rgb(219,3,197); }
H1.HeaderClassName
{
color: #DB03C5;
}
.AnyTagClassName
{
color: #DB03C5;
}
</style>
background-color css
<style>
a { background-color: #DB03C5; }
a { background-color: rgb(219,3,197); }
div.DivClassName
{
background-color: #DB03C5;
}
.BgClassName
{
background-color: #DB03C5;
}
</style>
border-color css
<style>
span { border-color: #DB03C5; }
span { border-color: rgb(219,3,197); }
td.TdClassName
{
border-color: #DB03C5;
}
.TagClassName
{
border-color: #DB03C5;
}
</style>