Shades of Deep Magenta #DD16DF
Tints of Deep Magenta #DD16DF
RGB
CMYK
RGB Variations
Color information
#DD16DF (or 0xDD16DF) is known color: Deep Magenta. HEX triplet: DD, 16 and DF. RGB value is (221,22,223). Sum of RGB (Red+Green+Blue) = 221+22+223=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 22 (8.98% from 255 or 4.72% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD16DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16DF is #22E920. Grayscale: #676767. Windows color (decimal): -2287905 or 14620381. OLE color: 14620381.
HSL color Cylindrical-coordinate representation of color #DD16DF: hue angle of 299.4º 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 #DD16DF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 223 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.13 |
| HSL | 299.4º | 0.82% | 0.48% | - |
| HSV(B) | 299.4º | 0.9% | 0.87% | - |
| XYZ | 43.42 | 21.27 | 71.63 | - |
| YUV | 104.42 | 194.93 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 223 | 0.01 | 0.90 | 0 | 0.13 | 299.4 | 0.82 | 0.48 |
| Hex | DD | 16 | DF | 1 | 5A | 0 | D | 12B | 52 | 30 |
| Octal | 335 | 26 | 337 | 1 | 132 | 0 | 15 | 453 | 122 | 60 |
| Binary | 11011101 | 10110 | 11011111 | 1 | 1011010 | 0 | 1101 | 100101011 | 1010010 | 110000 |
Color Harmonies of #DD16DF
Complementary color
Monochromatic Colors of #DD16DF
Black with #DD16DF
Text Example
Text Example
White with #DD16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16DF; }
p { color: rgb(221,22,223); }
H1.HeaderClassName
{
color: #DD16DF;
}
.AnyTagClassName
{
color: #DD16DF;
}
</style>
background-color css
<style>
a { background-color: #DD16DF; }
a { background-color: rgb(221,22,223); }
div.DivClassName
{
background-color: #DD16DF;
}
.BgClassName
{
background-color: #DD16DF;
}
</style>
border-color css
<style>
span { border-color: #DD16DF; }
span { border-color: rgb(221,22,223); }
td.TdClassName
{
border-color: #DD16DF;
}
.TagClassName
{
border-color: #DD16DF;
}
</style>