Shades of Deep Magenta #DD0ECF
Tints of Deep Magenta #DD0ECF
RGB
CMYK
RGB Variations
Color information
#DD0ECF (or 0xDD0ECF) is known color: Deep Magenta. HEX triplet: DD, 0E and CF. RGB value is (221,14,207). Sum of RGB (Red+Green+Blue) = 221+14+207=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ECF is #22F130. Grayscale: #616161. Windows color (decimal): -2289969 or 13569757. OLE color: 13569757.
HSL color Cylindrical-coordinate representation of color #DD0ECF: hue angle of 304.06º 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 #DD0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.13 |
| HSL | 304.06º | 0.88% | 0.46% | - |
| HSV(B) | 304.06º | 0.94% | 0.87% | - |
| XYZ | 41.24 | 20.19 | 60.76 | - |
| YUV | 97.9 | 189.58 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 207 | 0 | 0.94 | 0.06 | 0.13 | 304.06 | 0.88 | 0.46 |
| Hex | DD | E | CF | 0 | 5E | 6 | D | 130 | 58 | 2E |
| Octal | 335 | 16 | 317 | 0 | 136 | 6 | 15 | 460 | 130 | 56 |
| Binary | 11011101 | 1110 | 11001111 | 0 | 1011110 | 110 | 1101 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DD0ECF
Complementary color
Monochromatic Colors of #DD0ECF
Black with #DD0ECF
Text Example
Text Example
White with #DD0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ECF; }
p { color: rgb(221,14,207); }
H1.HeaderClassName
{
color: #DD0ECF;
}
.AnyTagClassName
{
color: #DD0ECF;
}
</style>
background-color css
<style>
a { background-color: #DD0ECF; }
a { background-color: rgb(221,14,207); }
div.DivClassName
{
background-color: #DD0ECF;
}
.BgClassName
{
background-color: #DD0ECF;
}
</style>
border-color css
<style>
span { border-color: #DD0ECF; }
span { border-color: rgb(221,14,207); }
td.TdClassName
{
border-color: #DD0ECF;
}
.TagClassName
{
border-color: #DD0ECF;
}
</style>