Shades of Deep Magenta #DF18DE
Tints of Deep Magenta #DF18DE
RGB
CMYK
RGB Variations
Color information
#DF18DE (or 0xDF18DE) is known color: Deep Magenta. HEX triplet: DF, 18 and DE. RGB value is (223,24,222). Sum of RGB (Red+Green+Blue) = 223+24+222=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 24 (9.77% from 255 or 5.12% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18DE is #20E721. Grayscale: #696969. Windows color (decimal): -2156322 or 14555359. OLE color: 14555359.
HSL color Cylindrical-coordinate representation of color #DF18DE: hue angle of 300.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF18DE is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 222 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.13 |
| HSL | 300.3º | 0.81% | 0.48% | - |
| HSV(B) | 300.3º | 0.89% | 0.87% | - |
| XYZ | 43.94 | 21.62 | 70.96 | - |
| YUV | 106.07 | 193.43 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 222 | 0 | 0.89 | 0.00 | 0.13 | 300.3 | 0.81 | 0.48 |
| Hex | DF | 18 | DE | 0 | 59 | 0 | D | 12C | 51 | 30 |
| Octal | 337 | 30 | 336 | 0 | 131 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011111 | 11000 | 11011110 | 0 | 1011001 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DF18DE
Complementary color
Monochromatic Colors of #DF18DE
Black with #DF18DE
Text Example
Text Example
White with #DF18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18DE; }
p { color: rgb(223,24,222); }
H1.HeaderClassName
{
color: #DF18DE;
}
.AnyTagClassName
{
color: #DF18DE;
}
</style>
background-color css
<style>
a { background-color: #DF18DE; }
a { background-color: rgb(223,24,222); }
div.DivClassName
{
background-color: #DF18DE;
}
.BgClassName
{
background-color: #DF18DE;
}
</style>
border-color css
<style>
span { border-color: #DF18DE; }
span { border-color: rgb(223,24,222); }
td.TdClassName
{
border-color: #DF18DE;
}
.TagClassName
{
border-color: #DF18DE;
}
</style>