Shades of Deep Magenta #DF12DE
Tints of Deep Magenta #DF12DE
RGB
CMYK
RGB Variations
Color information
#DF12DE (or 0xDF12DE) is known color: Deep Magenta. HEX triplet: DF, 12 and DE. RGB value is (223,18,222). Sum of RGB (Red+Green+Blue) = 223+18+222=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF12DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF12DE is #20ED21. Grayscale: #656565. Windows color (decimal): -2157858 or 14553823. OLE color: 14553823.
HSL color Cylindrical-coordinate representation of color #DF12DE: hue angle of 300.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF12DE is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 222 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.13 |
| HSL | 300.29º | 0.85% | 0.47% | - |
| HSV(B) | 300.29º | 0.92% | 0.87% | - |
| XYZ | 43.83 | 21.39 | 70.93 | - |
| YUV | 102.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 222 | 0 | 0.92 | 0.00 | 0.13 | 300.29 | 0.85 | 0.47 |
| Hex | DF | 12 | DE | 0 | 5C | 0 | D | 12C | 55 | 2F |
| Octal | 337 | 22 | 336 | 0 | 134 | 0 | 15 | 454 | 125 | 57 |
| Binary | 11011111 | 10010 | 11011110 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010101 | 101111 |
Color Harmonies of #DF12DE
Complementary color
Monochromatic Colors of #DF12DE
Black with #DF12DE
Text Example
Text Example
White with #DF12DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF12DE; }
p { color: rgb(223,18,222); }
H1.HeaderClassName
{
color: #DF12DE;
}
.AnyTagClassName
{
color: #DF12DE;
}
</style>
background-color css
<style>
a { background-color: #DF12DE; }
a { background-color: rgb(223,18,222); }
div.DivClassName
{
background-color: #DF12DE;
}
.BgClassName
{
background-color: #DF12DE;
}
</style>
border-color css
<style>
span { border-color: #DF12DE; }
span { border-color: rgb(223,18,222); }
td.TdClassName
{
border-color: #DF12DE;
}
.TagClassName
{
border-color: #DF12DE;
}
</style>