Shades of Deep Magenta #D116DF
Tints of Deep Magenta #D116DF
RGB
CMYK
RGB Variations
Color information
#D116DF (or 0xD116DF) is known color: Deep Magenta. HEX triplet: D1, 16 and DF. RGB value is (209,22,223). Sum of RGB (Red+Green+Blue) = 209+22+223=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #D116DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116DF is #2EE920. Grayscale: #646464. Windows color (decimal): -3074337 or 14620369. OLE color: 14620369.
HSL color Cylindrical-coordinate representation of color #D116DF: hue angle of 295.82º 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 #D116DF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 22 | 223 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.13 |
| HSL | 295.82º | 0.82% | 0.48% | - |
| HSV(B) | 295.82º | 0.9% | 0.87% | - |
| XYZ | 39.9 | 19.46 | 71.46 | - |
| YUV | 100.83 | 196.95 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 223 | 0.06 | 0.90 | 0 | 0.13 | 295.82 | 0.82 | 0.48 |
| Hex | D1 | 16 | DF | 6 | 5A | 0 | D | 128 | 52 | 30 |
| Octal | 321 | 26 | 337 | 6 | 132 | 0 | 15 | 450 | 122 | 60 |
| Binary | 11010001 | 10110 | 11011111 | 110 | 1011010 | 0 | 1101 | 100101000 | 1010010 | 110000 |
Color Harmonies of #D116DF
Complementary color
Monochromatic Colors of #D116DF
Black with #D116DF
Text Example
Text Example
White with #D116DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116DF; }
p { color: rgb(209,22,223); }
H1.HeaderClassName
{
color: #D116DF;
}
.AnyTagClassName
{
color: #D116DF;
}
</style>
background-color css
<style>
a { background-color: #D116DF; }
a { background-color: rgb(209,22,223); }
div.DivClassName
{
background-color: #D116DF;
}
.BgClassName
{
background-color: #D116DF;
}
</style>
border-color css
<style>
span { border-color: #D116DF; }
span { border-color: rgb(209,22,223); }
td.TdClassName
{
border-color: #D116DF;
}
.TagClassName
{
border-color: #D116DF;
}
</style>