Shades of Deep Magenta #DB03DC
Tints of Deep Magenta #DB03DC
RGB
CMYK
RGB Variations
Color information
#DB03DC (or 0xDB03DC) is known color: Deep Magenta. HEX triplet: DB, 03 and DC. RGB value is (219,3,220). Sum of RGB (Red+Green+Blue) = 219+3+220=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03DC is #24FC23. Grayscale: #5B5B5B. Windows color (decimal): -2423844 or 14418907. OLE color: 14418907.
HSL color Cylindrical-coordinate representation of color #DB03DC: hue angle of 299.72º 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 #DB03DC is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 220 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.14 |
| HSL | 299.72º | 0.97% | 0.44% | - |
| HSV(B) | 299.72º | 0.99% | 0.86% | - |
| XYZ | 42.16 | 20.29 | 69.4 | - |
| YUV | 92.32 | 200.06 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 220 | 0.00 | 0.99 | 0 | 0.14 | 299.72 | 0.97 | 0.44 |
| Hex | DB | 3 | DC | 0 | 63 | 0 | E | 12C | 61 | 2C |
| Octal | 333 | 3 | 334 | 0 | 143 | 0 | 16 | 454 | 141 | 54 |
| Binary | 11011011 | 11 | 11011100 | 0 | 1100011 | 0 | 1110 | 100101100 | 1100001 | 101100 |
Color Harmonies of #DB03DC
Complementary color
Monochromatic Colors of #DB03DC
Black with #DB03DC
Text Example
Text Example
White with #DB03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03DC; }
p { color: rgb(219,3,220); }
H1.HeaderClassName
{
color: #DB03DC;
}
.AnyTagClassName
{
color: #DB03DC;
}
</style>
background-color css
<style>
a { background-color: #DB03DC; }
a { background-color: rgb(219,3,220); }
div.DivClassName
{
background-color: #DB03DC;
}
.BgClassName
{
background-color: #DB03DC;
}
</style>
border-color css
<style>
span { border-color: #DB03DC; }
span { border-color: rgb(219,3,220); }
td.TdClassName
{
border-color: #DB03DC;
}
.TagClassName
{
border-color: #DB03DC;
}
</style>