Shades of Deep Magenta #DD22DA
Tints of Deep Magenta #DD22DA
RGB
CMYK
RGB Variations
Color information
#DD22DA (or 0xDD22DA) is known color: Deep Magenta. HEX triplet: DD, 22 and DA. RGB value is (221,34,218). Sum of RGB (Red+Green+Blue) = 221+34+218=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22DA is #22DD25. Grayscale: #6E6E6E. Windows color (decimal): -2284838 or 14295773. OLE color: 14295773.
HSL color Cylindrical-coordinate representation of color #DD22DA: hue angle of 300.96º 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 #DD22DA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 218 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.13 |
| HSL | 300.96º | 0.73% | 0.5% | - |
| HSV(B) | 300.96º | 0.85% | 0.87% | - |
| XYZ | 43.05 | 21.58 | 68.23 | - |
| YUV | 110.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 218 | 0 | 0.85 | 0.01 | 0.13 | 300.96 | 0.73 | 0.5 |
| Hex | DD | 22 | DA | 0 | 55 | 1 | D | 12D | 49 | 32 |
| Octal | 335 | 42 | 332 | 0 | 125 | 1 | 15 | 455 | 111 | 62 |
| Binary | 11011101 | 100010 | 11011010 | 0 | 1010101 | 1 | 1101 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DD22DA
Complementary color
Monochromatic Colors of #DD22DA
Black with #DD22DA
Text Example
Text Example
White with #DD22DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22DA; }
p { color: rgb(221,34,218); }
H1.HeaderClassName
{
color: #DD22DA;
}
.AnyTagClassName
{
color: #DD22DA;
}
</style>
background-color css
<style>
a { background-color: #DD22DA; }
a { background-color: rgb(221,34,218); }
div.DivClassName
{
background-color: #DD22DA;
}
.BgClassName
{
background-color: #DD22DA;
}
</style>
border-color css
<style>
span { border-color: #DD22DA; }
span { border-color: rgb(221,34,218); }
td.TdClassName
{
border-color: #DD22DA;
}
.TagClassName
{
border-color: #DD22DA;
}
</style>