Shades of Deep Magenta #DD0EDC
Tints of Deep Magenta #DD0EDC
RGB
CMYK
RGB Variations
Color information
#DD0EDC (or 0xDD0EDC) is known color: Deep Magenta. HEX triplet: DD, 0E and DC. RGB value is (221,14,220). Sum of RGB (Red+Green+Blue) = 221+14+220=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EDC is #22F123. Grayscale: #626262. Windows color (decimal): -2289956 or 14421725. OLE color: 14421725.
HSL color Cylindrical-coordinate representation of color #DD0EDC: hue angle of 300.29º 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 #DD0EDC is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 220 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.13 |
| HSL | 300.29º | 0.88% | 0.46% | - |
| HSV(B) | 300.29º | 0.94% | 0.87% | - |
| XYZ | 42.89 | 20.85 | 69.47 | - |
| YUV | 99.38 | 196.08 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 220 | 0 | 0.94 | 0.00 | 0.13 | 300.29 | 0.88 | 0.46 |
| Hex | DD | E | DC | 0 | 5E | 0 | D | 12C | 58 | 2E |
| Octal | 335 | 16 | 334 | 0 | 136 | 0 | 15 | 454 | 130 | 56 |
| Binary | 11011101 | 1110 | 11011100 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DD0EDC
Complementary color
Monochromatic Colors of #DD0EDC
Black with #DD0EDC
Text Example
Text Example
White with #DD0EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EDC; }
p { color: rgb(221,14,220); }
H1.HeaderClassName
{
color: #DD0EDC;
}
.AnyTagClassName
{
color: #DD0EDC;
}
</style>
background-color css
<style>
a { background-color: #DD0EDC; }
a { background-color: rgb(221,14,220); }
div.DivClassName
{
background-color: #DD0EDC;
}
.BgClassName
{
background-color: #DD0EDC;
}
</style>
border-color css
<style>
span { border-color: #DD0EDC; }
span { border-color: rgb(221,14,220); }
td.TdClassName
{
border-color: #DD0EDC;
}
.TagClassName
{
border-color: #DD0EDC;
}
</style>