Shades of Deep Magenta #DD16DE
Tints of Deep Magenta #DD16DE
RGB
CMYK
RGB Variations
Color information
#DD16DE (or 0xDD16DE) is known color: Deep Magenta. HEX triplet: DD, 16 and DE. RGB value is (221,22,222). Sum of RGB (Red+Green+Blue) = 221+22+222=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16DE is #22E921. Grayscale: #676767. Windows color (decimal): -2287906 or 14554845. OLE color: 14554845.
HSL color Cylindrical-coordinate representation of color #DD16DE: hue angle of 299.7º 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 #DD16DE is Cyan = 0.00, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 222 | - |
| CMYK | 0.00 | 0.90 | 0 | 0.13 |
| HSL | 299.7º | 0.82% | 0.48% | - |
| HSV(B) | 299.7º | 0.9% | 0.87% | - |
| XYZ | 43.29 | 21.22 | 70.92 | - |
| YUV | 104.3 | 194.43 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 222 | 0.00 | 0.90 | 0 | 0.13 | 299.7 | 0.82 | 0.48 |
| Hex | DD | 16 | DE | 0 | 5A | 0 | D | 12C | 52 | 30 |
| Octal | 335 | 26 | 336 | 0 | 132 | 0 | 15 | 454 | 122 | 60 |
| Binary | 11011101 | 10110 | 11011110 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010010 | 110000 |
Color Harmonies of #DD16DE
Complementary color
Monochromatic Colors of #DD16DE
Black with #DD16DE
Text Example
Text Example
White with #DD16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16DE; }
p { color: rgb(221,22,222); }
H1.HeaderClassName
{
color: #DD16DE;
}
.AnyTagClassName
{
color: #DD16DE;
}
</style>
background-color css
<style>
a { background-color: #DD16DE; }
a { background-color: rgb(221,22,222); }
div.DivClassName
{
background-color: #DD16DE;
}
.BgClassName
{
background-color: #DD16DE;
}
</style>
border-color css
<style>
span { border-color: #DD16DE; }
span { border-color: rgb(221,22,222); }
td.TdClassName
{
border-color: #DD16DE;
}
.TagClassName
{
border-color: #DD16DE;
}
</style>