Shades of Deep Magenta #DD20DB
Tints of Deep Magenta #DD20DB
RGB
CMYK
RGB Variations
Color information
#DD20DB (or 0xDD20DB) is known color: Deep Magenta. HEX triplet: DD, 20 and DB. RGB value is (221,32,219). Sum of RGB (Red+Green+Blue) = 221+32+219=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 32 (12.89% from 255 or 6.78% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20DB is #22DF24. Grayscale: #6D6D6D. Windows color (decimal): -2285349 or 14360797. OLE color: 14360797.
HSL color Cylindrical-coordinate representation of color #DD20DB: hue angle of 300.63º 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 #DD20DB is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 219 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.13 |
| HSL | 300.63º | 0.75% | 0.5% | - |
| HSV(B) | 300.63º | 0.86% | 0.87% | - |
| XYZ | 43.12 | 21.52 | 68.9 | - |
| YUV | 109.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 219 | 0 | 0.86 | 0.01 | 0.13 | 300.63 | 0.75 | 0.5 |
| Hex | DD | 20 | DB | 0 | 56 | 1 | D | 12D | 4B | 32 |
| Octal | 335 | 40 | 333 | 0 | 126 | 1 | 15 | 455 | 113 | 62 |
| Binary | 11011101 | 100000 | 11011011 | 0 | 1010110 | 1 | 1101 | 100101101 | 1001011 | 110010 |
Color Harmonies of #DD20DB
Complementary color
Monochromatic Colors of #DD20DB
Black with #DD20DB
Text Example
Text Example
White with #DD20DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20DB; }
p { color: rgb(221,32,219); }
H1.HeaderClassName
{
color: #DD20DB;
}
.AnyTagClassName
{
color: #DD20DB;
}
</style>
background-color css
<style>
a { background-color: #DD20DB; }
a { background-color: rgb(221,32,219); }
div.DivClassName
{
background-color: #DD20DB;
}
.BgClassName
{
background-color: #DD20DB;
}
</style>
border-color css
<style>
span { border-color: #DD20DB; }
span { border-color: rgb(221,32,219); }
td.TdClassName
{
border-color: #DD20DB;
}
.TagClassName
{
border-color: #DD20DB;
}
</style>