Shades of Deep Magenta #DD22CE
Tints of Deep Magenta #DD22CE
RGB
CMYK
RGB Variations
Color information
#DD22CE (or 0xDD22CE) is known color: Deep Magenta. HEX triplet: DD, 22 and CE. RGB value is (221,34,206). Sum of RGB (Red+Green+Blue) = 221+34+206=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22CE is #22DD31. Grayscale: #6D6D6D. Windows color (decimal): -2284850 or 13509341. OLE color: 13509341.
HSL color Cylindrical-coordinate representation of color #DD22CE: hue angle of 304.81º 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 #DD22CE is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 206 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.13 |
| HSL | 304.81º | 0.73% | 0.5% | - |
| HSV(B) | 304.81º | 0.85% | 0.87% | - |
| XYZ | 41.53 | 20.97 | 60.25 | - |
| YUV | 109.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 206 | 0 | 0.85 | 0.07 | 0.13 | 304.81 | 0.73 | 0.5 |
| Hex | DD | 22 | CE | 0 | 55 | 7 | D | 131 | 49 | 32 |
| Octal | 335 | 42 | 316 | 0 | 125 | 7 | 15 | 461 | 111 | 62 |
| Binary | 11011101 | 100010 | 11001110 | 0 | 1010101 | 111 | 1101 | 100110001 | 1001001 | 110010 |
Color Harmonies of #DD22CE
Complementary color
Monochromatic Colors of #DD22CE
Black with #DD22CE
Text Example
Text Example
White with #DD22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22CE; }
p { color: rgb(221,34,206); }
H1.HeaderClassName
{
color: #DD22CE;
}
.AnyTagClassName
{
color: #DD22CE;
}
</style>
background-color css
<style>
a { background-color: #DD22CE; }
a { background-color: rgb(221,34,206); }
div.DivClassName
{
background-color: #DD22CE;
}
.BgClassName
{
background-color: #DD22CE;
}
</style>
border-color css
<style>
span { border-color: #DD22CE; }
span { border-color: rgb(221,34,206); }
td.TdClassName
{
border-color: #DD22CE;
}
.TagClassName
{
border-color: #DD22CE;
}
</style>