Shades of Deep Magenta #DD16CE
Tints of Deep Magenta #DD16CE
RGB
CMYK
RGB Variations
Color information
#DD16CE (or 0xDD16CE) is known color: Deep Magenta. HEX triplet: DD, 16 and CE. RGB value is (221,22,206). Sum of RGB (Red+Green+Blue) = 221+22+206=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16CE is #22E931. Grayscale: #656565. Windows color (decimal): -2287922 or 13506269. OLE color: 13506269.
HSL color Cylindrical-coordinate representation of color #DD16CE: hue angle of 304.52º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16CE is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.13 |
| HSL | 304.52º | 0.82% | 0.48% | - |
| HSV(B) | 304.52º | 0.9% | 0.87% | - |
| XYZ | 41.25 | 20.4 | 60.16 | - |
| YUV | 102.48 | 186.43 | 212.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 206 | 0 | 0.90 | 0.07 | 0.13 | 304.52 | 0.82 | 0.48 |
| Hex | DD | 16 | CE | 0 | 5A | 7 | D | 131 | 52 | 30 |
| Octal | 335 | 26 | 316 | 0 | 132 | 7 | 15 | 461 | 122 | 60 |
| Binary | 11011101 | 10110 | 11001110 | 0 | 1011010 | 111 | 1101 | 100110001 | 1010010 | 110000 |
Color Harmonies of #DD16CE
Complementary color
Monochromatic Colors of #DD16CE
Black with #DD16CE
Text Example
Text Example
White with #DD16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16CE; }
p { color: rgb(221,22,206); }
H1.HeaderClassName
{
color: #DD16CE;
}
.AnyTagClassName
{
color: #DD16CE;
}
</style>
background-color css
<style>
a { background-color: #DD16CE; }
a { background-color: rgb(221,22,206); }
div.DivClassName
{
background-color: #DD16CE;
}
.BgClassName
{
background-color: #DD16CE;
}
</style>
border-color css
<style>
span { border-color: #DD16CE; }
span { border-color: rgb(221,22,206); }
td.TdClassName
{
border-color: #DD16CE;
}
.TagClassName
{
border-color: #DD16CE;
}
</style>