Shades of Deep Magenta #DF18D1
Tints of Deep Magenta #DF18D1
RGB
CMYK
RGB Variations
Color information
#DF18D1 (or 0xDF18D1) is known color: Deep Magenta. HEX triplet: DF, 18 and D1. RGB value is (223,24,209). Sum of RGB (Red+Green+Blue) = 223+24+209=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 24 (9.77% from 255 or 5.26% from 456); Blue value is 209 (82.03% from 255 or 45.83% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF18D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF18D1 is #20E72E. Grayscale: #686868. Windows color (decimal): -2156335 or 13703391. OLE color: 13703391.
HSL color Cylindrical-coordinate representation of color #DF18D1: hue angle of 304.22º 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 #DF18D1 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 24 | 209 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.13 |
| HSL | 304.22º | 0.81% | 0.48% | - |
| HSV(B) | 304.22º | 0.89% | 0.87% | - |
| XYZ | 42.27 | 20.94 | 62.14 | - |
| YUV | 104.59 | 186.93 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 24 | 209 | 0 | 0.89 | 0.06 | 0.13 | 304.22 | 0.81 | 0.48 |
| Hex | DF | 18 | D1 | 0 | 59 | 6 | D | 130 | 51 | 30 |
| Octal | 337 | 30 | 321 | 0 | 131 | 6 | 15 | 460 | 121 | 60 |
| Binary | 11011111 | 11000 | 11010001 | 0 | 1011001 | 110 | 1101 | 100110000 | 1010001 | 110000 |
Color Harmonies of #DF18D1
Complementary color
Monochromatic Colors of #DF18D1
Black with #DF18D1
Text Example
Text Example
White with #DF18D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF18D1; }
p { color: rgb(223,24,209); }
H1.HeaderClassName
{
color: #DF18D1;
}
.AnyTagClassName
{
color: #DF18D1;
}
</style>
background-color css
<style>
a { background-color: #DF18D1; }
a { background-color: rgb(223,24,209); }
div.DivClassName
{
background-color: #DF18D1;
}
.BgClassName
{
background-color: #DF18D1;
}
</style>
border-color css
<style>
span { border-color: #DF18D1; }
span { border-color: rgb(223,24,209); }
td.TdClassName
{
border-color: #DF18D1;
}
.TagClassName
{
border-color: #DF18D1;
}
</style>