Shades of Deep Magenta #DD0ED6
Tints of Deep Magenta #DD0ED6
RGB
CMYK
RGB Variations
Color information
#DD0ED6 (or 0xDD0ED6) is known color: Deep Magenta. HEX triplet: DD, 0E and D6. RGB value is (221,14,214). Sum of RGB (Red+Green+Blue) = 221+14+214=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ED6 is #22F129. Grayscale: #626262. Windows color (decimal): -2289962 or 14028509. OLE color: 14028509.
HSL color Cylindrical-coordinate representation of color #DD0ED6: hue angle of 302.03º 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 #DD0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 214 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.13 |
| HSL | 302.03º | 0.88% | 0.46% | - |
| HSV(B) | 302.03º | 0.94% | 0.87% | - |
| XYZ | 42.11 | 20.54 | 65.36 | - |
| YUV | 98.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 214 | 0 | 0.94 | 0.03 | 0.13 | 302.03 | 0.88 | 0.46 |
| Hex | DD | E | D6 | 0 | 5E | 3 | D | 12E | 58 | 2E |
| Octal | 335 | 16 | 326 | 0 | 136 | 3 | 15 | 456 | 130 | 56 |
| Binary | 11011101 | 1110 | 11010110 | 0 | 1011110 | 11 | 1101 | 100101110 | 1011000 | 101110 |
Color Harmonies of #DD0ED6
Complementary color
Monochromatic Colors of #DD0ED6
Black with #DD0ED6
Text Example
Text Example
White with #DD0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ED6; }
p { color: rgb(221,14,214); }
H1.HeaderClassName
{
color: #DD0ED6;
}
.AnyTagClassName
{
color: #DD0ED6;
}
</style>
background-color css
<style>
a { background-color: #DD0ED6; }
a { background-color: rgb(221,14,214); }
div.DivClassName
{
background-color: #DD0ED6;
}
.BgClassName
{
background-color: #DD0ED6;
}
</style>
border-color css
<style>
span { border-color: #DD0ED6; }
span { border-color: rgb(221,14,214); }
td.TdClassName
{
border-color: #DD0ED6;
}
.TagClassName
{
border-color: #DD0ED6;
}
</style>