Shades of Deep Magenta #DD22D9
Tints of Deep Magenta #DD22D9
RGB
CMYK
RGB Variations
Color information
#DD22D9 (or 0xDD22D9) is known color: Deep Magenta. HEX triplet: DD, 22 and D9. RGB value is (221,34,217). Sum of RGB (Red+Green+Blue) = 221+34+217=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D9 is #22DD26. Grayscale: #6E6E6E. Windows color (decimal): -2284839 or 14230237. OLE color: 14230237.
HSL color Cylindrical-coordinate representation of color #DD22D9: hue angle of 301.28º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22D9 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 217 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.13 |
| HSL | 301.28º | 0.73% | 0.5% | - |
| HSV(B) | 301.28º | 0.85% | 0.87% | - |
| XYZ | 42.92 | 21.53 | 67.54 | - |
| YUV | 110.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 217 | 0 | 0.85 | 0.02 | 0.13 | 301.28 | 0.73 | 0.5 |
| Hex | DD | 22 | D9 | 0 | 55 | 2 | D | 12D | 49 | 32 |
| Octal | 335 | 42 | 331 | 0 | 125 | 2 | 15 | 455 | 111 | 62 |
| Binary | 11011101 | 100010 | 11011001 | 0 | 1010101 | 10 | 1101 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DD22D9
Complementary color
Monochromatic Colors of #DD22D9
Black with #DD22D9
Text Example
Text Example
White with #DD22D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22D9; }
p { color: rgb(221,34,217); }
H1.HeaderClassName
{
color: #DD22D9;
}
.AnyTagClassName
{
color: #DD22D9;
}
</style>
background-color css
<style>
a { background-color: #DD22D9; }
a { background-color: rgb(221,34,217); }
div.DivClassName
{
background-color: #DD22D9;
}
.BgClassName
{
background-color: #DD22D9;
}
</style>
border-color css
<style>
span { border-color: #DD22D9; }
span { border-color: rgb(221,34,217); }
td.TdClassName
{
border-color: #DD22D9;
}
.TagClassName
{
border-color: #DD22D9;
}
</style>