Shades of Deep Magenta #DD0ED1
Tints of Deep Magenta #DD0ED1
RGB
CMYK
RGB Variations
Color information
#DD0ED1 (or 0xDD0ED1) is known color: Deep Magenta. HEX triplet: DD, 0E and D1. RGB value is (221,14,209). Sum of RGB (Red+Green+Blue) = 221+14+209=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0ED1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0ED1 is #22F12E. Grayscale: #616161. Windows color (decimal): -2289967 or 13700829. OLE color: 13700829.
HSL color Cylindrical-coordinate representation of color #DD0ED1: hue angle of 303.48º 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 #DD0ED1 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 209 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.13 |
| HSL | 303.48º | 0.88% | 0.46% | - |
| HSV(B) | 303.48º | 0.94% | 0.87% | - |
| XYZ | 41.48 | 20.29 | 62.05 | - |
| YUV | 98.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 209 | 0 | 0.94 | 0.05 | 0.13 | 303.48 | 0.88 | 0.46 |
| Hex | DD | E | D1 | 0 | 5E | 5 | D | 12F | 58 | 2E |
| Octal | 335 | 16 | 321 | 0 | 136 | 5 | 15 | 457 | 130 | 56 |
| Binary | 11011101 | 1110 | 11010001 | 0 | 1011110 | 101 | 1101 | 100101111 | 1011000 | 101110 |
Color Harmonies of #DD0ED1
Complementary color
Monochromatic Colors of #DD0ED1
Black with #DD0ED1
Text Example
Text Example
White with #DD0ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0ED1; }
p { color: rgb(221,14,209); }
H1.HeaderClassName
{
color: #DD0ED1;
}
.AnyTagClassName
{
color: #DD0ED1;
}
</style>
background-color css
<style>
a { background-color: #DD0ED1; }
a { background-color: rgb(221,14,209); }
div.DivClassName
{
background-color: #DD0ED1;
}
.BgClassName
{
background-color: #DD0ED1;
}
</style>
border-color css
<style>
span { border-color: #DD0ED1; }
span { border-color: rgb(221,14,209); }
td.TdClassName
{
border-color: #DD0ED1;
}
.TagClassName
{
border-color: #DD0ED1;
}
</style>