Shades of Deep Magenta #DF23DD
Tints of Deep Magenta #DF23DD
RGB
CMYK
RGB Variations
Color information
#DF23DD (or 0xDF23DD) is known color: Deep Magenta. HEX triplet: DF, 23 and DD. RGB value is (223,35,221). Sum of RGB (Red+Green+Blue) = 223+35+221=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF23DD is #20DC22. Grayscale: #6F6F6F. Windows color (decimal): -2153507 or 14492639. OLE color: 14492639.
HSL color Cylindrical-coordinate representation of color #DF23DD: hue angle of 300.64º 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 #DF23DD is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 221 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.13 |
| HSL | 300.64º | 0.75% | 0.51% | - |
| HSV(B) | 300.64º | 0.84% | 0.87% | - |
| XYZ | 44.08 | 22.11 | 70.35 | - |
| YUV | 112.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 221 | 0 | 0.84 | 0.01 | 0.13 | 300.64 | 0.75 | 0.51 |
| Hex | DF | 23 | DD | 0 | 54 | 1 | D | 12D | 4B | 33 |
| Octal | 337 | 43 | 335 | 0 | 124 | 1 | 15 | 455 | 113 | 63 |
| Binary | 11011111 | 100011 | 11011101 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001011 | 110011 |
Color Harmonies of #DF23DD
Complementary color
Monochromatic Colors of #DF23DD
Black with #DF23DD
Text Example
Text Example
White with #DF23DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23DD; }
p { color: rgb(223,35,221); }
H1.HeaderClassName
{
color: #DF23DD;
}
.AnyTagClassName
{
color: #DF23DD;
}
</style>
background-color css
<style>
a { background-color: #DF23DD; }
a { background-color: rgb(223,35,221); }
div.DivClassName
{
background-color: #DF23DD;
}
.BgClassName
{
background-color: #DF23DD;
}
</style>
border-color css
<style>
span { border-color: #DF23DD; }
span { border-color: rgb(223,35,221); }
td.TdClassName
{
border-color: #DF23DD;
}
.TagClassName
{
border-color: #DF23DD;
}
</style>