Shades of Deep Magenta #DD1ECE
Tints of Deep Magenta #DD1ECE
RGB
CMYK
RGB Variations
Color information
#DD1ECE (or 0xDD1ECE) is known color: Deep Magenta. HEX triplet: DD, 1E and CE. RGB value is (221,30,206). Sum of RGB (Red+Green+Blue) = 221+30+206=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1ECE is #22E131. Grayscale: #6A6A6A. Windows color (decimal): -2285874 or 13508317. OLE color: 13508317.
HSL color Cylindrical-coordinate representation of color #DD1ECE: hue angle of 304.71º 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 #DD1ECE is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.13 |
| HSL | 304.71º | 0.76% | 0.49% | - |
| HSV(B) | 304.71º | 0.86% | 0.87% | - |
| XYZ | 41.42 | 20.76 | 60.22 | - |
| YUV | 107.17 | 183.78 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 206 | 0 | 0.86 | 0.07 | 0.13 | 304.71 | 0.76 | 0.49 |
| Hex | DD | 1E | CE | 0 | 56 | 7 | D | 131 | 4C | 31 |
| Octal | 335 | 36 | 316 | 0 | 126 | 7 | 15 | 461 | 114 | 61 |
| Binary | 11011101 | 11110 | 11001110 | 0 | 1010110 | 111 | 1101 | 100110001 | 1001100 | 110001 |
Color Harmonies of #DD1ECE
Complementary color
Monochromatic Colors of #DD1ECE
Black with #DD1ECE
Text Example
Text Example
White with #DD1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1ECE; }
p { color: rgb(221,30,206); }
H1.HeaderClassName
{
color: #DD1ECE;
}
.AnyTagClassName
{
color: #DD1ECE;
}
</style>
background-color css
<style>
a { background-color: #DD1ECE; }
a { background-color: rgb(221,30,206); }
div.DivClassName
{
background-color: #DD1ECE;
}
.BgClassName
{
background-color: #DD1ECE;
}
</style>
border-color css
<style>
span { border-color: #DD1ECE; }
span { border-color: rgb(221,30,206); }
td.TdClassName
{
border-color: #DD1ECE;
}
.TagClassName
{
border-color: #DD1ECE;
}
</style>