Shades of Deep Magenta #DD21DF
Tints of Deep Magenta #DD21DF
RGB
CMYK
RGB Variations
Color information
#DD21DF (or 0xDD21DF) is known color: Deep Magenta. HEX triplet: DD, 21 and DF. RGB value is (221,33,223). Sum of RGB (Red+Green+Blue) = 221+33+223=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD21DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21DF is #22DE20. Grayscale: #6E6E6E. Windows color (decimal): -2285089 or 14623197. OLE color: 14623197.
HSL color Cylindrical-coordinate representation of color #DD21DF: hue angle of 299.37º degrees, saturation: 0.75, 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 #DD21DF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 223 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.13 |
| HSL | 299.37º | 0.75% | 0.5% | - |
| HSV(B) | 299.37º | 0.85% | 0.87% | - |
| XYZ | 43.68 | 21.79 | 71.72 | - |
| YUV | 110.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 223 | 0.01 | 0.85 | 0 | 0.13 | 299.37 | 0.75 | 0.5 |
| Hex | DD | 21 | DF | 1 | 55 | 0 | D | 12B | 4B | 32 |
| Octal | 335 | 41 | 337 | 1 | 125 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011101 | 100001 | 11011111 | 1 | 1010101 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DD21DF
Complementary color
Monochromatic Colors of #DD21DF
Black with #DD21DF
Text Example
Text Example
White with #DD21DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21DF; }
p { color: rgb(221,33,223); }
H1.HeaderClassName
{
color: #DD21DF;
}
.AnyTagClassName
{
color: #DD21DF;
}
</style>
background-color css
<style>
a { background-color: #DD21DF; }
a { background-color: rgb(221,33,223); }
div.DivClassName
{
background-color: #DD21DF;
}
.BgClassName
{
background-color: #DD21DF;
}
</style>
border-color css
<style>
span { border-color: #DD21DF; }
span { border-color: rgb(221,33,223); }
td.TdClassName
{
border-color: #DD21DF;
}
.TagClassName
{
border-color: #DD21DF;
}
</style>