Shades of Deep Magenta #DD22D8
Tints of Deep Magenta #DD22D8
RGB
CMYK
RGB Variations
Color information
#DD22D8 (or 0xDD22D8) is known color: Deep Magenta. HEX triplet: DD, 22 and D8. RGB value is (221,34,216). Sum of RGB (Red+Green+Blue) = 221+34+216=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D8 is #22DD27. Grayscale: #6E6E6E. Windows color (decimal): -2284840 or 14164701. OLE color: 14164701.
HSL color Cylindrical-coordinate representation of color #DD22D8: hue angle of 301.6º 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 #DD22D8 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 216 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.13 |
| HSL | 301.6º | 0.73% | 0.5% | - |
| HSV(B) | 301.6º | 0.85% | 0.87% | - |
| XYZ | 42.79 | 21.47 | 66.86 | - |
| YUV | 110.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 216 | 0 | 0.85 | 0.02 | 0.13 | 301.6 | 0.73 | 0.5 |
| Hex | DD | 22 | D8 | 0 | 55 | 2 | D | 12E | 49 | 32 |
| Octal | 335 | 42 | 330 | 0 | 125 | 2 | 15 | 456 | 111 | 62 |
| Binary | 11011101 | 100010 | 11011000 | 0 | 1010101 | 10 | 1101 | 100101110 | 1001001 | 110010 |
Color Harmonies of #DD22D8
Complementary color
Monochromatic Colors of #DD22D8
Black with #DD22D8
Text Example
Text Example
White with #DD22D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22D8; }
p { color: rgb(221,34,216); }
H1.HeaderClassName
{
color: #DD22D8;
}
.AnyTagClassName
{
color: #DD22D8;
}
</style>
background-color css
<style>
a { background-color: #DD22D8; }
a { background-color: rgb(221,34,216); }
div.DivClassName
{
background-color: #DD22D8;
}
.BgClassName
{
background-color: #DD22D8;
}
</style>
border-color css
<style>
span { border-color: #DD22D8; }
span { border-color: rgb(221,34,216); }
td.TdClassName
{
border-color: #DD22D8;
}
.TagClassName
{
border-color: #DD22D8;
}
</style>