Shades of Deep Magenta #DF16CE
Tints of Deep Magenta #DF16CE
RGB
CMYK
RGB Variations
Color information
#DF16CE (or 0xDF16CE) is known color: Deep Magenta. HEX triplet: DF, 16 and CE. RGB value is (223,22,206). Sum of RGB (Red+Green+Blue) = 223+22+206=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF16CE is #20E931. Grayscale: #666666. Windows color (decimal): -2156850 or 13506271. OLE color: 13506271.
HSL color Cylindrical-coordinate representation of color #DF16CE: hue angle of 305.07º 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 #DF16CE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 206 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.13 |
| HSL | 305.07º | 0.82% | 0.48% | - |
| HSV(B) | 305.07º | 0.9% | 0.87% | - |
| XYZ | 41.86 | 20.72 | 60.19 | - |
| YUV | 103.08 | 186.09 | 213.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 206 | 0 | 0.90 | 0.08 | 0.13 | 305.07 | 0.82 | 0.48 |
| Hex | DF | 16 | CE | 0 | 5A | 8 | D | 131 | 52 | 30 |
| Octal | 337 | 26 | 316 | 0 | 132 | 10 | 15 | 461 | 122 | 60 |
| Binary | 11011111 | 10110 | 11001110 | 0 | 1011010 | 1000 | 1101 | 100110001 | 1010010 | 110000 |
Color Harmonies of #DF16CE
Complementary color
Monochromatic Colors of #DF16CE
Black with #DF16CE
Text Example
Text Example
White with #DF16CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16CE; }
p { color: rgb(223,22,206); }
H1.HeaderClassName
{
color: #DF16CE;
}
.AnyTagClassName
{
color: #DF16CE;
}
</style>
background-color css
<style>
a { background-color: #DF16CE; }
a { background-color: rgb(223,22,206); }
div.DivClassName
{
background-color: #DF16CE;
}
.BgClassName
{
background-color: #DF16CE;
}
</style>
border-color css
<style>
span { border-color: #DF16CE; }
span { border-color: rgb(223,22,206); }
td.TdClassName
{
border-color: #DF16CE;
}
.TagClassName
{
border-color: #DF16CE;
}
</style>