Shades of Deep Magenta #DF18DF
Tints of Deep Magenta #DF18DF
RGB
CMYK
RGB Variations
Color information
#DF18DF (or 0xDF18DF) is known color: Deep Magenta. HEX triplet: DF, 18 and DF. RGB value is (223,24,223). Sum of RGB (Red+Green+Blue) = 223+24+223=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 24 (9.77% from 255 or 5.11% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18DF is #20E720. Grayscale: #696969. Windows color (decimal): -2156321 or 14620895. OLE color: 14620895.
HSL color Cylindrical-coordinate representation of color #DF18DF: hue angle of 300º 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 #DF18DF is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 223 | - |
| CMYK | 0 | 0.89 | 0 | 0.13 |
| HSL | 300º | 0.81% | 0.48% | - |
| HSV(B) | 300º | 0.89% | 0.87% | - |
| XYZ | 44.08 | 21.67 | 71.67 | - |
| YUV | 106.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 223 | 0 | 0.89 | 0 | 0.13 | 300 | 0.81 | 0.48 |
| Hex | DF | 18 | DF | 0 | 59 | 0 | D | 12C | 51 | 30 |
| Octal | 337 | 30 | 337 | 0 | 131 | 0 | 15 | 454 | 121 | 60 |
| Binary | 11011111 | 11000 | 11011111 | 0 | 1011001 | 0 | 1101 | 100101100 | 1010001 | 110000 |
Color Harmonies of #DF18DF
Complementary color
Monochromatic Colors of #DF18DF
Black with #DF18DF
Text Example
Text Example
White with #DF18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18DF; }
p { color: rgb(223,24,223); }
H1.HeaderClassName
{
color: #DF18DF;
}
.AnyTagClassName
{
color: #DF18DF;
}
</style>
background-color css
<style>
a { background-color: #DF18DF; }
a { background-color: rgb(223,24,223); }
div.DivClassName
{
background-color: #DF18DF;
}
.BgClassName
{
background-color: #DF18DF;
}
</style>
border-color css
<style>
span { border-color: #DF18DF; }
span { border-color: rgb(223,24,223); }
td.TdClassName
{
border-color: #DF18DF;
}
.TagClassName
{
border-color: #DF18DF;
}
</style>