Shades of Deep Magenta #DD0EC2
Tints of Deep Magenta #DD0EC2
RGB
CMYK
RGB Variations
Color information
#DD0EC2 (or 0xDD0EC2) is known color: Deep Magenta. HEX triplet: DD, 0E and C2. RGB value is (221,14,194). Sum of RGB (Red+Green+Blue) = 221+14+194=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EC2 is #22F13D. Grayscale: #5F5F5F. Windows color (decimal): -2289982 or 12717789. OLE color: 12717789.
HSL color Cylindrical-coordinate representation of color #DD0EC2: hue angle of 307.83º 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 #DD0EC2 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 194 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.13 |
| HSL | 307.83º | 0.88% | 0.46% | - |
| HSV(B) | 307.83º | 0.94% | 0.87% | - |
| XYZ | 39.71 | 19.58 | 52.73 | - |
| YUV | 96.41 | 183.08 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 194 | 0 | 0.94 | 0.12 | 0.13 | 307.83 | 0.88 | 0.46 |
| Hex | DD | E | C2 | 0 | 5E | C | D | 134 | 58 | 2E |
| Octal | 335 | 16 | 302 | 0 | 136 | 14 | 15 | 464 | 130 | 56 |
| Binary | 11011101 | 1110 | 11000010 | 0 | 1011110 | 1100 | 1101 | 100110100 | 1011000 | 101110 |
Color Harmonies of #DD0EC2
Complementary color
Monochromatic Colors of #DD0EC2
Black with #DD0EC2
Text Example
Text Example
White with #DD0EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EC2; }
p { color: rgb(221,14,194); }
H1.HeaderClassName
{
color: #DD0EC2;
}
.AnyTagClassName
{
color: #DD0EC2;
}
</style>
background-color css
<style>
a { background-color: #DD0EC2; }
a { background-color: rgb(221,14,194); }
div.DivClassName
{
background-color: #DD0EC2;
}
.BgClassName
{
background-color: #DD0EC2;
}
</style>
border-color css
<style>
span { border-color: #DD0EC2; }
span { border-color: rgb(221,14,194); }
td.TdClassName
{
border-color: #DD0EC2;
}
.TagClassName
{
border-color: #DD0EC2;
}
</style>