Shades of Deep Magenta #DD20DD
Tints of Deep Magenta #DD20DD
RGB
CMYK
RGB Variations
Color information
#DD20DD (or 0xDD20DD) is known color: Deep Magenta. HEX triplet: DD, 20 and DD. RGB value is (221,32,221). Sum of RGB (Red+Green+Blue) = 221+32+221=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20DD is #22DF22. Grayscale: #6D6D6D. Windows color (decimal): -2285347 or 14491869. OLE color: 14491869.
HSL color Cylindrical-coordinate representation of color #DD20DD: hue angle of 300º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20DD is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 221 | - |
| CMYK | 0 | 0.86 | 0 | 0.13 |
| HSL | 300º | 0.75% | 0.5% | - |
| HSV(B) | 300º | 0.86% | 0.87% | - |
| XYZ | 43.39 | 21.63 | 70.29 | - |
| YUV | 110.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 221 | 0 | 0.86 | 0 | 0.13 | 300 | 0.75 | 0.5 |
| Hex | DD | 20 | DD | 0 | 56 | 0 | D | 12C | 4B | 32 |
| Octal | 335 | 40 | 335 | 0 | 126 | 0 | 15 | 454 | 113 | 62 |
| Binary | 11011101 | 100000 | 11011101 | 0 | 1010110 | 0 | 1101 | 100101100 | 1001011 | 110010 |
Color Harmonies of #DD20DD
Complementary color
Monochromatic Colors of #DD20DD
Black with #DD20DD
Text Example
Text Example
White with #DD20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20DD; }
p { color: rgb(221,32,221); }
H1.HeaderClassName
{
color: #DD20DD;
}
.AnyTagClassName
{
color: #DD20DD;
}
</style>
background-color css
<style>
a { background-color: #DD20DD; }
a { background-color: rgb(221,32,221); }
div.DivClassName
{
background-color: #DD20DD;
}
.BgClassName
{
background-color: #DD20DD;
}
</style>
border-color css
<style>
span { border-color: #DD20DD; }
span { border-color: rgb(221,32,221); }
td.TdClassName
{
border-color: #DD20DD;
}
.TagClassName
{
border-color: #DD20DD;
}
</style>