Shades of Deep Magenta #DF22D8
Tints of Deep Magenta #DF22D8
RGB
CMYK
RGB Variations
Color information
#DF22D8 (or 0xDF22D8) is known color: Deep Magenta. HEX triplet: DF, 22 and D8. RGB value is (223,34,216). Sum of RGB (Red+Green+Blue) = 223+34+216=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF22D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF22D8 is #20DD27. Grayscale: #6E6E6E. Windows color (decimal): -2153768 or 14164703. OLE color: 14164703.
HSL color Cylindrical-coordinate representation of color #DF22D8: hue angle of 302.22º 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 #DF22D8 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 216 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.13 |
| HSL | 302.22º | 0.75% | 0.5% | - |
| HSV(B) | 302.22º | 0.85% | 0.87% | - |
| XYZ | 43.4 | 21.79 | 66.88 | - |
| YUV | 111.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 216 | 0 | 0.85 | 0.03 | 0.13 | 302.22 | 0.75 | 0.5 |
| Hex | DF | 22 | D8 | 0 | 55 | 3 | D | 12E | 4B | 32 |
| Octal | 337 | 42 | 330 | 0 | 125 | 3 | 15 | 456 | 113 | 62 |
| Binary | 11011111 | 100010 | 11011000 | 0 | 1010101 | 11 | 1101 | 100101110 | 1001011 | 110010 |
Color Harmonies of #DF22D8
Complementary color
Monochromatic Colors of #DF22D8
Black with #DF22D8
Text Example
Text Example
White with #DF22D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22D8; }
p { color: rgb(223,34,216); }
H1.HeaderClassName
{
color: #DF22D8;
}
.AnyTagClassName
{
color: #DF22D8;
}
</style>
background-color css
<style>
a { background-color: #DF22D8; }
a { background-color: rgb(223,34,216); }
div.DivClassName
{
background-color: #DF22D8;
}
.BgClassName
{
background-color: #DF22D8;
}
</style>
border-color css
<style>
span { border-color: #DF22D8; }
span { border-color: rgb(223,34,216); }
td.TdClassName
{
border-color: #DF22D8;
}
.TagClassName
{
border-color: #DF22D8;
}
</style>