Shades of Deep Magenta #DD0EC7
Tints of Deep Magenta #DD0EC7
RGB
CMYK
RGB Variations
Color information
#DD0EC7 (or 0xDD0EC7) is known color: Deep Magenta. HEX triplet: DD, 0E and C7. RGB value is (221,14,199). Sum of RGB (Red+Green+Blue) = 221+14+199=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 199 (78.12% from 255 or 45.85% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EC7 is #22F138. Grayscale: #606060. Windows color (decimal): -2289977 or 13045469. OLE color: 13045469.
HSL color Cylindrical-coordinate representation of color #DD0EC7: hue angle of 306.38º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.13 |
| HSL | 306.38º | 0.88% | 0.46% | - |
| HSV(B) | 306.38º | 0.94% | 0.87% | - |
| XYZ | 40.28 | 19.81 | 55.73 | - |
| YUV | 96.98 | 185.58 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 199 | 0 | 0.94 | 0.10 | 0.13 | 306.38 | 0.88 | 0.46 |
| Hex | DD | E | C7 | 0 | 5E | A | D | 132 | 58 | 2E |
| Octal | 335 | 16 | 307 | 0 | 136 | 12 | 15 | 462 | 130 | 56 |
| Binary | 11011101 | 1110 | 11000111 | 0 | 1011110 | 1010 | 1101 | 100110010 | 1011000 | 101110 |
Color Harmonies of #DD0EC7
Complementary color
Monochromatic Colors of #DD0EC7
Black with #DD0EC7
Text Example
Text Example
White with #DD0EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EC7; }
p { color: rgb(221,14,199); }
H1.HeaderClassName
{
color: #DD0EC7;
}
.AnyTagClassName
{
color: #DD0EC7;
}
</style>
background-color css
<style>
a { background-color: #DD0EC7; }
a { background-color: rgb(221,14,199); }
div.DivClassName
{
background-color: #DD0EC7;
}
.BgClassName
{
background-color: #DD0EC7;
}
</style>
border-color css
<style>
span { border-color: #DD0EC7; }
span { border-color: rgb(221,14,199); }
td.TdClassName
{
border-color: #DD0EC7;
}
.TagClassName
{
border-color: #DD0EC7;
}
</style>