Shades of Deep Magenta #DD22D7
Tints of Deep Magenta #DD22D7
RGB
CMYK
RGB Variations
Color information
#DD22D7 (or 0xDD22D7) is known color: Deep Magenta. HEX triplet: DD, 22 and D7. RGB value is (221,34,215). Sum of RGB (Red+Green+Blue) = 221+34+215=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 34 (13.67% from 255 or 7.23% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D7 is #22DD28. Grayscale: #6E6E6E. Windows color (decimal): -2284841 or 14099165. OLE color: 14099165.
HSL color Cylindrical-coordinate representation of color #DD22D7: hue angle of 301.93º 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 #DD22D7 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 215 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.13 |
| HSL | 301.93º | 0.73% | 0.5% | - |
| HSV(B) | 301.93º | 0.85% | 0.87% | - |
| XYZ | 42.66 | 21.42 | 66.18 | - |
| YUV | 110.55 | 186.95 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 215 | 0 | 0.85 | 0.03 | 0.13 | 301.93 | 0.73 | 0.5 |
| Hex | DD | 22 | D7 | 0 | 55 | 3 | D | 12E | 49 | 32 |
| Octal | 335 | 42 | 327 | 0 | 125 | 3 | 15 | 456 | 111 | 62 |
| Binary | 11011101 | 100010 | 11010111 | 0 | 1010101 | 11 | 1101 | 100101110 | 1001001 | 110010 |
Color Harmonies of #DD22D7
Complementary color
Monochromatic Colors of #DD22D7
Black with #DD22D7
Text Example
Text Example
White with #DD22D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22D7; }
p { color: rgb(221,34,215); }
H1.HeaderClassName
{
color: #DD22D7;
}
.AnyTagClassName
{
color: #DD22D7;
}
</style>
background-color css
<style>
a { background-color: #DD22D7; }
a { background-color: rgb(221,34,215); }
div.DivClassName
{
background-color: #DD22D7;
}
.BgClassName
{
background-color: #DD22D7;
}
</style>
border-color css
<style>
span { border-color: #DD22D7; }
span { border-color: rgb(221,34,215); }
td.TdClassName
{
border-color: #DD22D7;
}
.TagClassName
{
border-color: #DD22D7;
}
</style>