Shades of Deep Magenta #DD21CE
Tints of Deep Magenta #DD21CE
RGB
CMYK
RGB Variations
Color information
#DD21CE (or 0xDD21CE) is known color: Deep Magenta. HEX triplet: DD, 21 and CE. RGB value is (221,33,206). Sum of RGB (Red+Green+Blue) = 221+33+206=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21CE is #22DE31. Grayscale: #6C6C6C. Windows color (decimal): -2285106 or 13509085. OLE color: 13509085.
HSL color Cylindrical-coordinate representation of color #DD21CE: hue angle of 304.79º degrees, saturation: 0.74, 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 #DD21CE is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 206 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.13 |
| HSL | 304.79º | 0.74% | 0.5% | - |
| HSV(B) | 304.79º | 0.85% | 0.87% | - |
| XYZ | 41.5 | 20.92 | 60.24 | - |
| YUV | 108.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 206 | 0 | 0.85 | 0.07 | 0.13 | 304.79 | 0.74 | 0.5 |
| Hex | DD | 21 | CE | 0 | 55 | 7 | D | 131 | 4A | 32 |
| Octal | 335 | 41 | 316 | 0 | 125 | 7 | 15 | 461 | 112 | 62 |
| Binary | 11011101 | 100001 | 11001110 | 0 | 1010101 | 111 | 1101 | 100110001 | 1001010 | 110010 |
Color Harmonies of #DD21CE
Complementary color
Monochromatic Colors of #DD21CE
Black with #DD21CE
Text Example
Text Example
White with #DD21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21CE; }
p { color: rgb(221,33,206); }
H1.HeaderClassName
{
color: #DD21CE;
}
.AnyTagClassName
{
color: #DD21CE;
}
</style>
background-color css
<style>
a { background-color: #DD21CE; }
a { background-color: rgb(221,33,206); }
div.DivClassName
{
background-color: #DD21CE;
}
.BgClassName
{
background-color: #DD21CE;
}
</style>
border-color css
<style>
span { border-color: #DD21CE; }
span { border-color: rgb(221,33,206); }
td.TdClassName
{
border-color: #DD21CE;
}
.TagClassName
{
border-color: #DD21CE;
}
</style>