Shades of Deep Magenta #DD22D1
Tints of Deep Magenta #DD22D1
RGB
CMYK
RGB Variations
Color information
#DD22D1 (or 0xDD22D1) is known color: Deep Magenta. HEX triplet: DD, 22 and D1. RGB value is (221,34,209). Sum of RGB (Red+Green+Blue) = 221+34+209=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD22D1 is #22DD2E. Grayscale: #6D6D6D. Windows color (decimal): -2284847 or 13705949. OLE color: 13705949.
HSL color Cylindrical-coordinate representation of color #DD22D1: hue angle of 303.85º degrees, saturation: 0.73, 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 #DD22D1 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 209 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.13 |
| HSL | 303.85º | 0.73% | 0.5% | - |
| HSV(B) | 303.85º | 0.85% | 0.87% | - |
| XYZ | 41.9 | 21.12 | 62.19 | - |
| YUV | 109.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 209 | 0 | 0.85 | 0.05 | 0.13 | 303.85 | 0.73 | 0.5 |
| Hex | DD | 22 | D1 | 0 | 55 | 5 | D | 130 | 49 | 32 |
| Octal | 335 | 42 | 321 | 0 | 125 | 5 | 15 | 460 | 111 | 62 |
| Binary | 11011101 | 100010 | 11010001 | 0 | 1010101 | 101 | 1101 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DD22D1
Complementary color
Monochromatic Colors of #DD22D1
Black with #DD22D1
Text Example
Text Example
White with #DD22D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22D1; }
p { color: rgb(221,34,209); }
H1.HeaderClassName
{
color: #DD22D1;
}
.AnyTagClassName
{
color: #DD22D1;
}
</style>
background-color css
<style>
a { background-color: #DD22D1; }
a { background-color: rgb(221,34,209); }
div.DivClassName
{
background-color: #DD22D1;
}
.BgClassName
{
background-color: #DD22D1;
}
</style>
border-color css
<style>
span { border-color: #DD22D1; }
span { border-color: rgb(221,34,209); }
td.TdClassName
{
border-color: #DD22D1;
}
.TagClassName
{
border-color: #DD22D1;
}
</style>