Shades of Deep Magenta #DD1ECC
Tints of Deep Magenta #DD1ECC
RGB
CMYK
RGB Variations
Color information
#DD1ECC (or 0xDD1ECC) is known color: Deep Magenta. HEX triplet: DD, 1E and CC. RGB value is (221,30,204). Sum of RGB (Red+Green+Blue) = 221+30+204=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECC is #22E133. Grayscale: #6A6A6A. Windows color (decimal): -2285876 or 13377245. OLE color: 13377245.
HSL color Cylindrical-coordinate representation of color #DD1ECC: hue angle of 305.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1ECC is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 204 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.13 |
| HSL | 305.34º | 0.76% | 0.49% | - |
| HSV(B) | 305.34º | 0.86% | 0.87% | - |
| XYZ | 41.18 | 20.66 | 58.94 | - |
| YUV | 106.95 | 182.78 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 204 | 0 | 0.86 | 0.08 | 0.13 | 305.34 | 0.76 | 0.49 |
| Hex | DD | 1E | CC | 0 | 56 | 8 | D | 131 | 4C | 31 |
| Octal | 335 | 36 | 314 | 0 | 126 | 10 | 15 | 461 | 114 | 61 |
| Binary | 11011101 | 11110 | 11001100 | 0 | 1010110 | 1000 | 1101 | 100110001 | 1001100 | 110001 |
Color Harmonies of #DD1ECC
Complementary color
Monochromatic Colors of #DD1ECC
Black with #DD1ECC
Text Example
Text Example
White with #DD1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ECC; }
p { color: rgb(221,30,204); }
H1.HeaderClassName
{
color: #DD1ECC;
}
.AnyTagClassName
{
color: #DD1ECC;
}
</style>
background-color css
<style>
a { background-color: #DD1ECC; }
a { background-color: rgb(221,30,204); }
div.DivClassName
{
background-color: #DD1ECC;
}
.BgClassName
{
background-color: #DD1ECC;
}
</style>
border-color css
<style>
span { border-color: #DD1ECC; }
span { border-color: rgb(221,30,204); }
td.TdClassName
{
border-color: #DD1ECC;
}
.TagClassName
{
border-color: #DD1ECC;
}
</style>