Shades of Deep Magenta #DD21DA
Tints of Deep Magenta #DD21DA
RGB
CMYK
RGB Variations
Color information
#DD21DA (or 0xDD21DA) is known color: Deep Magenta. HEX triplet: DD, 21 and DA. RGB value is (221,33,218). Sum of RGB (Red+Green+Blue) = 221+33+218=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21DA is #22DE25. Grayscale: #6D6D6D. Windows color (decimal): -2285094 or 14295517. OLE color: 14295517.
HSL color Cylindrical-coordinate representation of color #DD21DA: hue angle of 300.96º 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 #DD21DA is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 218 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.13 |
| HSL | 300.96º | 0.74% | 0.5% | - |
| HSV(B) | 300.96º | 0.85% | 0.87% | - |
| XYZ | 43.02 | 21.52 | 68.22 | - |
| YUV | 110.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 218 | 0 | 0.85 | 0.01 | 0.13 | 300.96 | 0.74 | 0.5 |
| Hex | DD | 21 | DA | 0 | 55 | 1 | D | 12D | 4A | 32 |
| Octal | 335 | 41 | 332 | 0 | 125 | 1 | 15 | 455 | 112 | 62 |
| Binary | 11011101 | 100001 | 11011010 | 0 | 1010101 | 1 | 1101 | 100101101 | 1001010 | 110010 |
Color Harmonies of #DD21DA
Complementary color
Monochromatic Colors of #DD21DA
Black with #DD21DA
Text Example
Text Example
White with #DD21DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21DA; }
p { color: rgb(221,33,218); }
H1.HeaderClassName
{
color: #DD21DA;
}
.AnyTagClassName
{
color: #DD21DA;
}
</style>
background-color css
<style>
a { background-color: #DD21DA; }
a { background-color: rgb(221,33,218); }
div.DivClassName
{
background-color: #DD21DA;
}
.BgClassName
{
background-color: #DD21DA;
}
</style>
border-color css
<style>
span { border-color: #DD21DA; }
span { border-color: rgb(221,33,218); }
td.TdClassName
{
border-color: #DD21DA;
}
.TagClassName
{
border-color: #DD21DA;
}
</style>