Shades of Deep Magenta #DB03C6
Tints of Deep Magenta #DB03C6
RGB
CMYK
RGB Variations
Color information
#DB03C6 (or 0xDB03C6) is known color: Deep Magenta. HEX triplet: DB, 03 and C6. RGB value is (219,3,198). Sum of RGB (Red+Green+Blue) = 219+3+198=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03C6 is #24FC39. Grayscale: #595959. Windows color (decimal): -2423866 or 12977115. OLE color: 12977115.
HSL color Cylindrical-coordinate representation of color #DB03C6: hue angle of 305.83º 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 #DB03C6 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 198 | - |
| CMYK | 0 | 0.99 | 0.10 | 0.14 |
| HSL | 305.83º | 0.97% | 0.44% | - |
| HSV(B) | 305.83º | 0.99% | 0.86% | - |
| XYZ | 39.44 | 19.2 | 55.05 | - |
| YUV | 89.81 | 189.06 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 198 | 0 | 0.99 | 0.10 | 0.14 | 305.83 | 0.97 | 0.44 |
| Hex | DB | 3 | C6 | 0 | 63 | A | E | 132 | 61 | 2C |
| Octal | 333 | 3 | 306 | 0 | 143 | 12 | 16 | 462 | 141 | 54 |
| Binary | 11011011 | 11 | 11000110 | 0 | 1100011 | 1010 | 1110 | 100110010 | 1100001 | 101100 |
Color Harmonies of #DB03C6
Complementary color
Monochromatic Colors of #DB03C6
Black with #DB03C6
Text Example
Text Example
White with #DB03C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03C6; }
p { color: rgb(219,3,198); }
H1.HeaderClassName
{
color: #DB03C6;
}
.AnyTagClassName
{
color: #DB03C6;
}
</style>
background-color css
<style>
a { background-color: #DB03C6; }
a { background-color: rgb(219,3,198); }
div.DivClassName
{
background-color: #DB03C6;
}
.BgClassName
{
background-color: #DB03C6;
}
</style>
border-color css
<style>
span { border-color: #DB03C6; }
span { border-color: rgb(219,3,198); }
td.TdClassName
{
border-color: #DB03C6;
}
.TagClassName
{
border-color: #DB03C6;
}
</style>