Shades of Deep Magenta #DF16DE
Tints of Deep Magenta #DF16DE
RGB
CMYK
RGB Variations
Color information
#DF16DE (or 0xDF16DE) is known color: Deep Magenta. HEX triplet: DF, 16 and DE. RGB value is (223,22,222). Sum of RGB (Red+Green+Blue) = 223+22+222=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF16DE is #20E921. Grayscale: #686868. Windows color (decimal): -2156834 or 14554847. OLE color: 14554847.
HSL color Cylindrical-coordinate representation of color #DF16DE: hue angle of 300.3º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF16DE is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 222 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.13 |
| HSL | 300.3º | 0.82% | 0.48% | - |
| HSV(B) | 300.3º | 0.9% | 0.87% | - |
| XYZ | 43.9 | 21.54 | 70.95 | - |
| YUV | 104.9 | 194.09 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 222 | 0 | 0.90 | 0.00 | 0.13 | 300.3 | 0.82 | 0.48 |
| Hex | DF | 16 | DE | 0 | 5A | 0 | D | 12C | 52 | 30 |
| Octal | 337 | 26 | 336 | 0 | 132 | 0 | 15 | 454 | 122 | 60 |
| Binary | 11011111 | 10110 | 11011110 | 0 | 1011010 | 0 | 1101 | 100101100 | 1010010 | 110000 |
Color Harmonies of #DF16DE
Complementary color
Monochromatic Colors of #DF16DE
Black with #DF16DE
Text Example
Text Example
White with #DF16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16DE; }
p { color: rgb(223,22,222); }
H1.HeaderClassName
{
color: #DF16DE;
}
.AnyTagClassName
{
color: #DF16DE;
}
</style>
background-color css
<style>
a { background-color: #DF16DE; }
a { background-color: rgb(223,22,222); }
div.DivClassName
{
background-color: #DF16DE;
}
.BgClassName
{
background-color: #DF16DE;
}
</style>
border-color css
<style>
span { border-color: #DF16DE; }
span { border-color: rgb(223,22,222); }
td.TdClassName
{
border-color: #DF16DE;
}
.TagClassName
{
border-color: #DF16DE;
}
</style>