Shades of Deep Magenta #DD1EDC
Tints of Deep Magenta #DD1EDC
RGB
CMYK
RGB Variations
Color information
#DD1EDC (or 0xDD1EDC) is known color: Deep Magenta. HEX triplet: DD, 1E and DC. RGB value is (221,30,220). Sum of RGB (Red+Green+Blue) = 221+30+220=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1EDC is #22E123. Grayscale: #6C6C6C. Windows color (decimal): -2285860 or 14425821. OLE color: 14425821.
HSL color Cylindrical-coordinate representation of color #DD1EDC: hue angle of 300.31º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EDC is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 220 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.13 |
| HSL | 300.31º | 0.76% | 0.49% | - |
| HSV(B) | 300.31º | 0.86% | 0.87% | - |
| XYZ | 43.2 | 21.47 | 69.58 | - |
| YUV | 108.77 | 190.78 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 220 | 0 | 0.86 | 0.00 | 0.13 | 300.31 | 0.76 | 0.49 |
| Hex | DD | 1E | DC | 0 | 56 | 0 | D | 12C | 4C | 31 |
| Octal | 335 | 36 | 334 | 0 | 126 | 0 | 15 | 454 | 114 | 61 |
| Binary | 11011101 | 11110 | 11011100 | 0 | 1010110 | 0 | 1101 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DD1EDC
Complementary color
Monochromatic Colors of #DD1EDC
Black with #DD1EDC
Text Example
Text Example
White with #DD1EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EDC; }
p { color: rgb(221,30,220); }
H1.HeaderClassName
{
color: #DD1EDC;
}
.AnyTagClassName
{
color: #DD1EDC;
}
</style>
background-color css
<style>
a { background-color: #DD1EDC; }
a { background-color: rgb(221,30,220); }
div.DivClassName
{
background-color: #DD1EDC;
}
.BgClassName
{
background-color: #DD1EDC;
}
</style>
border-color css
<style>
span { border-color: #DD1EDC; }
span { border-color: rgb(221,30,220); }
td.TdClassName
{
border-color: #DD1EDC;
}
.TagClassName
{
border-color: #DD1EDC;
}
</style>