Shades of Deep Magenta #DD20E1
Tints of Deep Magenta #DD20E1
RGB
CMYK
RGB Variations
Color information
#DD20E1 (or 0xDD20E1) is known color: Deep Magenta. HEX triplet: DD, 20 and E1. RGB value is (221,32,225). Sum of RGB (Red+Green+Blue) = 221+32+225=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD20E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD20E1 is #22DF1E. Grayscale: #6D6D6D. Windows color (decimal): -2285343 or 14754013. OLE color: 14754013.
HSL color Cylindrical-coordinate representation of color #DD20E1: hue angle of 298.76º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20E1 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 32 | 225 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.12 |
| HSL | 298.76º | 0.76% | 0.5% | - |
| HSV(B) | 298.76º | 0.86% | 0.88% | - |
| XYZ | 43.93 | 21.84 | 73.13 | - |
| YUV | 110.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 225 | 0.02 | 0.86 | 0 | 0.12 | 298.76 | 0.76 | 0.5 |
| Hex | DD | 20 | E1 | 2 | 56 | 0 | C | 12B | 4C | 32 |
| Octal | 335 | 40 | 341 | 2 | 126 | 0 | 14 | 453 | 114 | 62 |
| Binary | 11011101 | 100000 | 11100001 | 10 | 1010110 | 0 | 1100 | 100101011 | 1001100 | 110010 |
Color Harmonies of #DD20E1
Complementary color
Monochromatic Colors of #DD20E1
Black with #DD20E1
Text Example
Text Example
White with #DD20E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20E1; }
p { color: rgb(221,32,225); }
H1.HeaderClassName
{
color: #DD20E1;
}
.AnyTagClassName
{
color: #DD20E1;
}
</style>
background-color css
<style>
a { background-color: #DD20E1; }
a { background-color: rgb(221,32,225); }
div.DivClassName
{
background-color: #DD20E1;
}
.BgClassName
{
background-color: #DD20E1;
}
</style>
border-color css
<style>
span { border-color: #DD20E1; }
span { border-color: rgb(221,32,225); }
td.TdClassName
{
border-color: #DD20E1;
}
.TagClassName
{
border-color: #DD20E1;
}
</style>