Shades of Deep Magenta #DB1ECC
Tints of Deep Magenta #DB1ECC
RGB
CMYK
RGB Variations
Color information
#DB1ECC (or 0xDB1ECC) is known color: Deep Magenta. HEX triplet: DB, 1E and CC. RGB value is (219,30,204). Sum of RGB (Red+Green+Blue) = 219+30+204=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ECC is #24E133. Grayscale: #696969. Windows color (decimal): -2416948 or 13377243. OLE color: 13377243.
HSL color Cylindrical-coordinate representation of color #DB1ECC: hue angle of 304.76º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1ECC is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 204 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.14 |
| HSL | 304.76º | 0.76% | 0.49% | - |
| HSV(B) | 304.76º | 0.86% | 0.86% | - |
| XYZ | 40.58 | 20.35 | 58.92 | - |
| YUV | 106.35 | 183.12 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 204 | 0 | 0.86 | 0.07 | 0.14 | 304.76 | 0.76 | 0.49 |
| Hex | DB | 1E | CC | 0 | 56 | 7 | E | 131 | 4C | 31 |
| Octal | 333 | 36 | 314 | 0 | 126 | 7 | 16 | 461 | 114 | 61 |
| Binary | 11011011 | 11110 | 11001100 | 0 | 1010110 | 111 | 1110 | 100110001 | 1001100 | 110001 |
Color Harmonies of #DB1ECC
Complementary color
Monochromatic Colors of #DB1ECC
Black with #DB1ECC
Text Example
Text Example
White with #DB1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1ECC; }
p { color: rgb(219,30,204); }
H1.HeaderClassName
{
color: #DB1ECC;
}
.AnyTagClassName
{
color: #DB1ECC;
}
</style>
background-color css
<style>
a { background-color: #DB1ECC; }
a { background-color: rgb(219,30,204); }
div.DivClassName
{
background-color: #DB1ECC;
}
.BgClassName
{
background-color: #DB1ECC;
}
</style>
border-color css
<style>
span { border-color: #DB1ECC; }
span { border-color: rgb(219,30,204); }
td.TdClassName
{
border-color: #DB1ECC;
}
.TagClassName
{
border-color: #DB1ECC;
}
</style>