Shades of Deep Magenta #DD22D4
Tints of Deep Magenta #DD22D4
RGB
CMYK
RGB Variations
Color information
#DD22D4 (or 0xDD22D4) is known color: Deep Magenta. HEX triplet: DD, 22 and D4. RGB value is (221,34,212). Sum of RGB (Red+Green+Blue) = 221+34+212=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 34 (13.67% from 255 or 7.28% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D4 is #22DD2B. Grayscale: #6D6D6D. Windows color (decimal): -2284844 or 13902557. OLE color: 13902557.
HSL color Cylindrical-coordinate representation of color #DD22D4: hue angle of 302.89º 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 #DD22D4 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 212 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.13 |
| HSL | 302.89º | 0.73% | 0.5% | - |
| HSV(B) | 302.89º | 0.85% | 0.87% | - |
| XYZ | 42.27 | 21.27 | 64.16 | - |
| YUV | 110.21 | 185.45 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 212 | 0 | 0.85 | 0.04 | 0.13 | 302.89 | 0.73 | 0.5 |
| Hex | DD | 22 | D4 | 0 | 55 | 4 | D | 12F | 49 | 32 |
| Octal | 335 | 42 | 324 | 0 | 125 | 4 | 15 | 457 | 111 | 62 |
| Binary | 11011101 | 100010 | 11010100 | 0 | 1010101 | 100 | 1101 | 100101111 | 1001001 | 110010 |
Color Harmonies of #DD22D4
Complementary color
Monochromatic Colors of #DD22D4
Black with #DD22D4
Text Example
Text Example
White with #DD22D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22D4; }
p { color: rgb(221,34,212); }
H1.HeaderClassName
{
color: #DD22D4;
}
.AnyTagClassName
{
color: #DD22D4;
}
</style>
background-color css
<style>
a { background-color: #DD22D4; }
a { background-color: rgb(221,34,212); }
div.DivClassName
{
background-color: #DD22D4;
}
.BgClassName
{
background-color: #DD22D4;
}
</style>
border-color css
<style>
span { border-color: #DD22D4; }
span { border-color: rgb(221,34,212); }
td.TdClassName
{
border-color: #DD22D4;
}
.TagClassName
{
border-color: #DD22D4;
}
</style>