Shades of Deep Magenta #DD16DA
Tints of Deep Magenta #DD16DA
RGB
CMYK
RGB Variations
Color information
#DD16DA (or 0xDD16DA) is known color: Deep Magenta. HEX triplet: DD, 16 and DA. RGB value is (221,22,218). Sum of RGB (Red+Green+Blue) = 221+22+218=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD16DA is #22E925. Grayscale: #676767. Windows color (decimal): -2287910 or 14292701. OLE color: 14292701.
HSL color Cylindrical-coordinate representation of color #DD16DA: hue angle of 300.9º 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 #DD16DA is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 218 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.13 |
| HSL | 300.9º | 0.82% | 0.48% | - |
| HSV(B) | 300.9º | 0.9% | 0.87% | - |
| XYZ | 42.76 | 21.01 | 68.13 | - |
| YUV | 103.85 | 192.43 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 218 | 0 | 0.90 | 0.01 | 0.13 | 300.9 | 0.82 | 0.48 |
| Hex | DD | 16 | DA | 0 | 5A | 1 | D | 12D | 52 | 30 |
| Octal | 335 | 26 | 332 | 0 | 132 | 1 | 15 | 455 | 122 | 60 |
| Binary | 11011101 | 10110 | 11011010 | 0 | 1011010 | 1 | 1101 | 100101101 | 1010010 | 110000 |
Color Harmonies of #DD16DA
Complementary color
Monochromatic Colors of #DD16DA
Black with #DD16DA
Text Example
Text Example
White with #DD16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16DA; }
p { color: rgb(221,22,218); }
H1.HeaderClassName
{
color: #DD16DA;
}
.AnyTagClassName
{
color: #DD16DA;
}
</style>
background-color css
<style>
a { background-color: #DD16DA; }
a { background-color: rgb(221,22,218); }
div.DivClassName
{
background-color: #DD16DA;
}
.BgClassName
{
background-color: #DD16DA;
}
</style>
border-color css
<style>
span { border-color: #DD16DA; }
span { border-color: rgb(221,22,218); }
td.TdClassName
{
border-color: #DD16DA;
}
.TagClassName
{
border-color: #DD16DA;
}
</style>