Shades of Deep Magenta #DD21D3
Tints of Deep Magenta #DD21D3
RGB
CMYK
RGB Variations
Color information
#DD21D3 (or 0xDD21D3) is known color: Deep Magenta. HEX triplet: DD, 21 and D3. RGB value is (221,33,211). Sum of RGB (Red+Green+Blue) = 221+33+211=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 33 (13.28% from 255 or 7.10% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD21D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD21D3 is #22DE2C. Grayscale: #6C6C6C. Windows color (decimal): -2285101 or 13836765. OLE color: 13836765.
HSL color Cylindrical-coordinate representation of color #DD21D3: hue angle of 303.19º 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 #DD21D3 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 211 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.13 |
| HSL | 303.19º | 0.74% | 0.5% | - |
| HSV(B) | 303.19º | 0.85% | 0.87% | - |
| XYZ | 42.12 | 21.16 | 63.49 | - |
| YUV | 109.5 | 185.28 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 211 | 0 | 0.85 | 0.05 | 0.13 | 303.19 | 0.74 | 0.5 |
| Hex | DD | 21 | D3 | 0 | 55 | 5 | D | 12F | 4A | 32 |
| Octal | 335 | 41 | 323 | 0 | 125 | 5 | 15 | 457 | 112 | 62 |
| Binary | 11011101 | 100001 | 11010011 | 0 | 1010101 | 101 | 1101 | 100101111 | 1001010 | 110010 |
Color Harmonies of #DD21D3
Complementary color
Monochromatic Colors of #DD21D3
Black with #DD21D3
Text Example
Text Example
White with #DD21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD21D3; }
p { color: rgb(221,33,211); }
H1.HeaderClassName
{
color: #DD21D3;
}
.AnyTagClassName
{
color: #DD21D3;
}
</style>
background-color css
<style>
a { background-color: #DD21D3; }
a { background-color: rgb(221,33,211); }
div.DivClassName
{
background-color: #DD21D3;
}
.BgClassName
{
background-color: #DD21D3;
}
</style>
border-color css
<style>
span { border-color: #DD21D3; }
span { border-color: rgb(221,33,211); }
td.TdClassName
{
border-color: #DD21D3;
}
.TagClassName
{
border-color: #DD21D3;
}
</style>