Shades of Deep Magenta #DF22DF
Tints of Deep Magenta #DF22DF
RGB
CMYK
RGB Variations
Color information
#DF22DF (or 0xDF22DF) is known color: Deep Magenta. HEX triplet: DF, 22 and DF. RGB value is (223,34,223). Sum of RGB (Red+Green+Blue) = 223+34+223=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 34 (13.67% from 255 or 7.08% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF22DF is #20DD20. Grayscale: #6F6F6F. Windows color (decimal): -2153761 or 14623455. OLE color: 14623455.
HSL color Cylindrical-coordinate representation of color #DF22DF: hue angle of 300º 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 #DF22DF is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 34 | 223 | - |
| CMYK | 0 | 0.85 | 0 | 0.13 |
| HSL | 300º | 0.75% | 0.5% | - |
| HSV(B) | 300º | 0.85% | 0.87% | - |
| XYZ | 44.32 | 22.16 | 71.75 | - |
| YUV | 112.06 | 190.62 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 34 | 223 | 0 | 0.85 | 0 | 0.13 | 300 | 0.75 | 0.5 |
| Hex | DF | 22 | DF | 0 | 55 | 0 | D | 12C | 4B | 32 |
| Octal | 337 | 42 | 337 | 0 | 125 | 0 | 15 | 454 | 113 | 62 |
| Binary | 11011111 | 100010 | 11011111 | 0 | 1010101 | 0 | 1101 | 100101100 | 1001011 | 110010 |
Color Harmonies of #DF22DF
Complementary color
Monochromatic Colors of #DF22DF
Black with #DF22DF
Text Example
Text Example
White with #DF22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF22DF; }
p { color: rgb(223,34,223); }
H1.HeaderClassName
{
color: #DF22DF;
}
.AnyTagClassName
{
color: #DF22DF;
}
</style>
background-color css
<style>
a { background-color: #DF22DF; }
a { background-color: rgb(223,34,223); }
div.DivClassName
{
background-color: #DF22DF;
}
.BgClassName
{
background-color: #DF22DF;
}
</style>
border-color css
<style>
span { border-color: #DF22DF; }
span { border-color: rgb(223,34,223); }
td.TdClassName
{
border-color: #DF22DF;
}
.TagClassName
{
border-color: #DF22DF;
}
</style>