Shades of Deep Magenta #DD22CC
Tints of Deep Magenta #DD22CC
RGB
CMYK
RGB Variations
Color information
#DD22CC (or 0xDD22CC) is known color: Deep Magenta. HEX triplet: DD, 22 and CC. RGB value is (221,34,204). Sum of RGB (Red+Green+Blue) = 221+34+204=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 34 (13.67% from 255 or 7.41% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22CC is #22DD33. Grayscale: #6C6C6C. Windows color (decimal): -2284852 or 13378269. OLE color: 13378269.
HSL color Cylindrical-coordinate representation of color #DD22CC: hue angle of 305.45º 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 #DD22CC is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 204 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.13 |
| HSL | 305.45º | 0.73% | 0.5% | - |
| HSV(B) | 305.45º | 0.85% | 0.87% | - |
| XYZ | 41.29 | 20.88 | 58.98 | - |
| YUV | 109.29 | 181.45 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 204 | 0 | 0.85 | 0.08 | 0.13 | 305.45 | 0.73 | 0.5 |
| Hex | DD | 22 | CC | 0 | 55 | 8 | D | 131 | 49 | 32 |
| Octal | 335 | 42 | 314 | 0 | 125 | 10 | 15 | 461 | 111 | 62 |
| Binary | 11011101 | 100010 | 11001100 | 0 | 1010101 | 1000 | 1101 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DD22CC
Complementary color
Monochromatic Colors of #DD22CC
Black with #DD22CC
Text Example
Text Example
White with #DD22CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22CC; }
p { color: rgb(221,34,204); }
H1.HeaderClassName
{
color: #DD22CC;
}
.AnyTagClassName
{
color: #DD22CC;
}
</style>
background-color css
<style>
a { background-color: #DD22CC; }
a { background-color: rgb(221,34,204); }
div.DivClassName
{
background-color: #DD22CC;
}
.BgClassName
{
background-color: #DD22CC;
}
</style>
border-color css
<style>
span { border-color: #DD22CC; }
span { border-color: rgb(221,34,204); }
td.TdClassName
{
border-color: #DD22CC;
}
.TagClassName
{
border-color: #DD22CC;
}
</style>