Shades of Deep Magenta #DF23D9
Tints of Deep Magenta #DF23D9
RGB
CMYK
RGB Variations
Color information
#DF23D9 (or 0xDF23D9) is known color: Deep Magenta. HEX triplet: DF, 23 and D9. RGB value is (223,35,217). Sum of RGB (Red+Green+Blue) = 223+35+217=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23D9 is #20DC26. Grayscale: #6F6F6F. Windows color (decimal): -2153511 or 14230495. OLE color: 14230495.
HSL color Cylindrical-coordinate representation of color #DF23D9: hue angle of 301.91º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF23D9 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 217 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.13 |
| HSL | 301.91º | 0.75% | 0.51% | - |
| HSV(B) | 301.91º | 0.84% | 0.87% | - |
| XYZ | 43.56 | 21.9 | 67.58 | - |
| YUV | 111.96 | 187.28 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 217 | 0 | 0.84 | 0.03 | 0.13 | 301.91 | 0.75 | 0.51 |
| Hex | DF | 23 | D9 | 0 | 54 | 3 | D | 12E | 4B | 33 |
| Octal | 337 | 43 | 331 | 0 | 124 | 3 | 15 | 456 | 113 | 63 |
| Binary | 11011111 | 100011 | 11011001 | 0 | 1010100 | 11 | 1101 | 100101110 | 1001011 | 110011 |
Color Harmonies of #DF23D9
Complementary color
Monochromatic Colors of #DF23D9
Black with #DF23D9
Text Example
Text Example
White with #DF23D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23D9; }
p { color: rgb(223,35,217); }
H1.HeaderClassName
{
color: #DF23D9;
}
.AnyTagClassName
{
color: #DF23D9;
}
</style>
background-color css
<style>
a { background-color: #DF23D9; }
a { background-color: rgb(223,35,217); }
div.DivClassName
{
background-color: #DF23D9;
}
.BgClassName
{
background-color: #DF23D9;
}
</style>
border-color css
<style>
span { border-color: #DF23D9; }
span { border-color: rgb(223,35,217); }
td.TdClassName
{
border-color: #DF23D9;
}
.TagClassName
{
border-color: #DF23D9;
}
</style>