Shades of Deep Magenta #DF23DE
Tints of Deep Magenta #DF23DE
RGB
CMYK
RGB Variations
Color information
#DF23DE (or 0xDF23DE) is known color: Deep Magenta. HEX triplet: DF, 23 and DE. RGB value is (223,35,222). Sum of RGB (Red+Green+Blue) = 223+35+222=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 35 (14.06% from 255 or 7.29% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23DE is #20DC21. Grayscale: #6F6F6F. Windows color (decimal): -2153506 or 14558175. OLE color: 14558175.
HSL color Cylindrical-coordinate representation of color #DF23DE: hue angle of 300.32º 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 #DF23DE is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 222 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.13 |
| HSL | 300.32º | 0.75% | 0.51% | - |
| HSV(B) | 300.32º | 0.84% | 0.87% | - |
| XYZ | 44.22 | 22.16 | 71.05 | - |
| YUV | 112.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 222 | 0 | 0.84 | 0.00 | 0.13 | 300.32 | 0.75 | 0.51 |
| Hex | DF | 23 | DE | 0 | 54 | 0 | D | 12C | 4B | 33 |
| Octal | 337 | 43 | 336 | 0 | 124 | 0 | 15 | 454 | 113 | 63 |
| Binary | 11011111 | 100011 | 11011110 | 0 | 1010100 | 0 | 1101 | 100101100 | 1001011 | 110011 |
Color Harmonies of #DF23DE
Complementary color
Monochromatic Colors of #DF23DE
Black with #DF23DE
Text Example
Text Example
White with #DF23DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23DE; }
p { color: rgb(223,35,222); }
H1.HeaderClassName
{
color: #DF23DE;
}
.AnyTagClassName
{
color: #DF23DE;
}
</style>
background-color css
<style>
a { background-color: #DF23DE; }
a { background-color: rgb(223,35,222); }
div.DivClassName
{
background-color: #DF23DE;
}
.BgClassName
{
background-color: #DF23DE;
}
</style>
border-color css
<style>
span { border-color: #DF23DE; }
span { border-color: rgb(223,35,222); }
td.TdClassName
{
border-color: #DF23DE;
}
.TagClassName
{
border-color: #DF23DE;
}
</style>