Shades of Deep Magenta #DF24DD
Tints of Deep Magenta #DF24DD
RGB
CMYK
RGB Variations
Color information
#DF24DD (or 0xDF24DD) is known color: Deep Magenta. HEX triplet: DF, 24 and DD. RGB value is (223,36,221). Sum of RGB (Red+Green+Blue) = 223+36+221=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF24DD is #20DB22. Grayscale: #707070. Windows color (decimal): -2153251 or 14492895. OLE color: 14492895.
HSL color Cylindrical-coordinate representation of color #DF24DD: 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 #DF24DD is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 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.11 | 22.17 | 70.36 | - |
| YUV | 113 | 188.95 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 221 | 0 | 0.84 | 0.01 | 0.13 | 300.64 | 0.75 | 0.51 |
| Hex | DF | 24 | DD | 0 | 54 | 1 | D | 12D | 4B | 33 |
| Octal | 337 | 44 | 335 | 0 | 124 | 1 | 15 | 455 | 113 | 63 |
| Binary | 11011111 | 100100 | 11011101 | 0 | 1010100 | 1 | 1101 | 100101101 | 1001011 | 110011 |
Color Harmonies of #DF24DD
Complementary color
Monochromatic Colors of #DF24DD
Black with #DF24DD
Text Example
Text Example
White with #DF24DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24DD; }
p { color: rgb(223,36,221); }
H1.HeaderClassName
{
color: #DF24DD;
}
.AnyTagClassName
{
color: #DF24DD;
}
</style>
background-color css
<style>
a { background-color: #DF24DD; }
a { background-color: rgb(223,36,221); }
div.DivClassName
{
background-color: #DF24DD;
}
.BgClassName
{
background-color: #DF24DD;
}
</style>
border-color css
<style>
span { border-color: #DF24DD; }
span { border-color: rgb(223,36,221); }
td.TdClassName
{
border-color: #DF24DD;
}
.TagClassName
{
border-color: #DF24DD;
}
</style>