Shades of Deep Magenta #DD0EDE
Tints of Deep Magenta #DD0EDE
RGB
CMYK
RGB Variations
Color information
#DD0EDE (or 0xDD0EDE) is known color: Deep Magenta. HEX triplet: DD, 0E and DE. RGB value is (221,14,222). Sum of RGB (Red+Green+Blue) = 221+14+222=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 14 (5.86% from 255 or 3.06% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0EDE is #22F121. Grayscale: #626262. Windows color (decimal): -2289954 or 14552797. OLE color: 14552797.
HSL color Cylindrical-coordinate representation of color #DD0EDE: hue angle of 299.71º 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 #DD0EDE is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 222 | - |
| CMYK | 0.00 | 0.94 | 0 | 0.13 |
| HSL | 299.71º | 0.88% | 0.46% | - |
| HSV(B) | 299.71º | 0.94% | 0.87% | - |
| XYZ | 43.16 | 20.96 | 70.88 | - |
| YUV | 99.61 | 197.08 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 222 | 0.00 | 0.94 | 0 | 0.13 | 299.71 | 0.88 | 0.46 |
| Hex | DD | E | DE | 0 | 5E | 0 | D | 12C | 58 | 2E |
| Octal | 335 | 16 | 336 | 0 | 136 | 0 | 15 | 454 | 130 | 56 |
| Binary | 11011101 | 1110 | 11011110 | 0 | 1011110 | 0 | 1101 | 100101100 | 1011000 | 101110 |
Color Harmonies of #DD0EDE
Complementary color
Monochromatic Colors of #DD0EDE
Black with #DD0EDE
Text Example
Text Example
White with #DD0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0EDE; }
p { color: rgb(221,14,222); }
H1.HeaderClassName
{
color: #DD0EDE;
}
.AnyTagClassName
{
color: #DD0EDE;
}
</style>
background-color css
<style>
a { background-color: #DD0EDE; }
a { background-color: rgb(221,14,222); }
div.DivClassName
{
background-color: #DD0EDE;
}
.BgClassName
{
background-color: #DD0EDE;
}
</style>
border-color css
<style>
span { border-color: #DD0EDE; }
span { border-color: rgb(221,14,222); }
td.TdClassName
{
border-color: #DD0EDE;
}
.TagClassName
{
border-color: #DD0EDE;
}
</style>