Shades of Deep Magenta #DF23DC
Tints of Deep Magenta #DF23DC
RGB
CMYK
RGB Variations
Color information
#DF23DC (or 0xDF23DC) is known color: Deep Magenta. HEX triplet: DF, 23 and DC. RGB value is (223,35,220). Sum of RGB (Red+Green+Blue) = 223+35+220=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23DC is #20DC23. Grayscale: #6F6F6F. Windows color (decimal): -2153508 or 14427103. OLE color: 14427103.
HSL color Cylindrical-coordinate representation of color #DF23DC: hue angle of 300.96º 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 #DF23DC is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 220 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.13 |
| HSL | 300.96º | 0.75% | 0.51% | - |
| HSV(B) | 300.96º | 0.84% | 0.87% | - |
| XYZ | 43.95 | 22.06 | 69.65 | - |
| YUV | 112.3 | 188.78 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 220 | 0 | 0.84 | 0.01 | 0.13 | 300.96 | 0.75 | 0.51 |
| Hex | DF | 23 | DC | 0 | 54 | 1 | D | 12D | 4B | 33 |
| Octal | 337 | 43 | 334 | 0 | 124 | 1 | 15 | 455 | 113 | 63 |
| Binary | 11011111 | 100011 | 11011100 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001011 | 110011 |
Color Harmonies of #DF23DC
Complementary color
Monochromatic Colors of #DF23DC
Black with #DF23DC
Text Example
Text Example
White with #DF23DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23DC; }
p { color: rgb(223,35,220); }
H1.HeaderClassName
{
color: #DF23DC;
}
.AnyTagClassName
{
color: #DF23DC;
}
</style>
background-color css
<style>
a { background-color: #DF23DC; }
a { background-color: rgb(223,35,220); }
div.DivClassName
{
background-color: #DF23DC;
}
.BgClassName
{
background-color: #DF23DC;
}
</style>
border-color css
<style>
span { border-color: #DF23DC; }
span { border-color: rgb(223,35,220); }
td.TdClassName
{
border-color: #DF23DC;
}
.TagClassName
{
border-color: #DF23DC;
}
</style>