Shades of Deep Magenta #DD21CC
Tints of Deep Magenta #DD21CC
RGB
CMYK
RGB Variations
Color information
#DD21CC (or 0xDD21CC) is known color: Deep Magenta. HEX triplet: DD, 21 and CC. RGB value is (221,33,204). Sum of RGB (Red+Green+Blue) = 221+33+204=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21CC is #22DE33. Grayscale: #6C6C6C. Windows color (decimal): -2285108 or 13378013. OLE color: 13378013.
HSL color Cylindrical-coordinate representation of color #DD21CC: hue angle of 305.43º 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 #DD21CC is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 204 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.13 |
| HSL | 305.43º | 0.74% | 0.5% | - |
| HSV(B) | 305.43º | 0.85% | 0.87% | - |
| XYZ | 41.26 | 20.82 | 58.97 | - |
| YUV | 108.71 | 181.78 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 204 | 0 | 0.85 | 0.08 | 0.13 | 305.43 | 0.74 | 0.5 |
| Hex | DD | 21 | CC | 0 | 55 | 8 | D | 131 | 4A | 32 |
| Octal | 335 | 41 | 314 | 0 | 125 | 10 | 15 | 461 | 112 | 62 |
| Binary | 11011101 | 100001 | 11001100 | 0 | 1010101 | 1000 | 1101 | 100110001 | 1001010 | 110010 |
Color Harmonies of #DD21CC
Complementary color
Monochromatic Colors of #DD21CC
Black with #DD21CC
Text Example
Text Example
White with #DD21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21CC; }
p { color: rgb(221,33,204); }
H1.HeaderClassName
{
color: #DD21CC;
}
.AnyTagClassName
{
color: #DD21CC;
}
</style>
background-color css
<style>
a { background-color: #DD21CC; }
a { background-color: rgb(221,33,204); }
div.DivClassName
{
background-color: #DD21CC;
}
.BgClassName
{
background-color: #DD21CC;
}
</style>
border-color css
<style>
span { border-color: #DD21CC; }
span { border-color: rgb(221,33,204); }
td.TdClassName
{
border-color: #DD21CC;
}
.TagClassName
{
border-color: #DD21CC;
}
</style>