Shades of Deep Magenta #DB03CC
Tints of Deep Magenta #DB03CC
RGB
CMYK
RGB Variations
Color information
#DB03CC (or 0xDB03CC) is known color: Deep Magenta. HEX triplet: DB, 03 and CC. RGB value is (219,3,204). Sum of RGB (Red+Green+Blue) = 219+3+204=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB03CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB03CC is #24FC33. Grayscale: #595959. Windows color (decimal): -2423860 or 13370331. OLE color: 13370331.
HSL color Cylindrical-coordinate representation of color #DB03CC: hue angle of 304.17º 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 #DB03CC is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.14 |
| HSL | 304.17º | 0.97% | 0.44% | - |
| HSV(B) | 304.17º | 0.99% | 0.86% | - |
| XYZ | 40.15 | 19.48 | 58.77 | - |
| YUV | 90.5 | 192.06 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 204 | 0 | 0.99 | 0.07 | 0.14 | 304.17 | 0.97 | 0.44 |
| Hex | DB | 3 | CC | 0 | 63 | 7 | E | 130 | 61 | 2C |
| Octal | 333 | 3 | 314 | 0 | 143 | 7 | 16 | 460 | 141 | 54 |
| Binary | 11011011 | 11 | 11001100 | 0 | 1100011 | 111 | 1110 | 100110000 | 1100001 | 101100 |
Color Harmonies of #DB03CC
Complementary color
Monochromatic Colors of #DB03CC
Black with #DB03CC
Text Example
Text Example
White with #DB03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB03CC; }
p { color: rgb(219,3,204); }
H1.HeaderClassName
{
color: #DB03CC;
}
.AnyTagClassName
{
color: #DB03CC;
}
</style>
background-color css
<style>
a { background-color: #DB03CC; }
a { background-color: rgb(219,3,204); }
div.DivClassName
{
background-color: #DB03CC;
}
.BgClassName
{
background-color: #DB03CC;
}
</style>
border-color css
<style>
span { border-color: #DB03CC; }
span { border-color: rgb(219,3,204); }
td.TdClassName
{
border-color: #DB03CC;
}
.TagClassName
{
border-color: #DB03CC;
}
</style>