Shades of Deep Magenta #DD22CB
Tints of Deep Magenta #DD22CB
RGB
CMYK
RGB Variations
Color information
#DD22CB (or 0xDD22CB) is known color: Deep Magenta. HEX triplet: DD, 22 and CB. RGB value is (221,34,203). Sum of RGB (Red+Green+Blue) = 221+34+203=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22CB is #22DD34. Grayscale: #6C6C6C. Windows color (decimal): -2284853 or 13312733. OLE color: 13312733.
HSL color Cylindrical-coordinate representation of color #DD22CB: hue angle of 305.78º 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 #DD22CB is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 203 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.13 |
| HSL | 305.78º | 0.73% | 0.5% | - |
| HSV(B) | 305.78º | 0.85% | 0.87% | - |
| XYZ | 41.17 | 20.83 | 58.35 | - |
| YUV | 109.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 203 | 0 | 0.85 | 0.08 | 0.13 | 305.78 | 0.73 | 0.5 |
| Hex | DD | 22 | CB | 0 | 55 | 8 | D | 132 | 49 | 32 |
| Octal | 335 | 42 | 313 | 0 | 125 | 10 | 15 | 462 | 111 | 62 |
| Binary | 11011101 | 100010 | 11001011 | 0 | 1010101 | 1000 | 1101 | 100110010 | 1001001 | 110010 |
Color Harmonies of #DD22CB
Complementary color
Monochromatic Colors of #DD22CB
Black with #DD22CB
Text Example
Text Example
White with #DD22CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22CB; }
p { color: rgb(221,34,203); }
H1.HeaderClassName
{
color: #DD22CB;
}
.AnyTagClassName
{
color: #DD22CB;
}
</style>
background-color css
<style>
a { background-color: #DD22CB; }
a { background-color: rgb(221,34,203); }
div.DivClassName
{
background-color: #DD22CB;
}
.BgClassName
{
background-color: #DD22CB;
}
</style>
border-color css
<style>
span { border-color: #DD22CB; }
span { border-color: rgb(221,34,203); }
td.TdClassName
{
border-color: #DD22CB;
}
.TagClassName
{
border-color: #DD22CB;
}
</style>