Shades of Deep Magenta #D116DE
Tints of Deep Magenta #D116DE
RGB
CMYK
RGB Variations
Color information
#D116DE (or 0xD116DE) is known color: Deep Magenta. HEX triplet: D1, 16 and DE. RGB value is (209,22,222). Sum of RGB (Red+Green+Blue) = 209+22+222=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #D116DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116DE is #2EE921. Grayscale: #646464. Windows color (decimal): -3074338 or 14554833. OLE color: 14554833.
HSL color Cylindrical-coordinate representation of color #D116DE: hue angle of 296.1º 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 #D116DE is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 22 | 222 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.13 |
| HSL | 296.1º | 0.82% | 0.48% | - |
| HSV(B) | 296.1º | 0.9% | 0.87% | - |
| XYZ | 39.77 | 19.4 | 70.76 | - |
| YUV | 100.71 | 196.45 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 222 | 0.06 | 0.90 | 0 | 0.13 | 296.1 | 0.82 | 0.48 |
| Hex | D1 | 16 | DE | 6 | 5A | 0 | D | 128 | 52 | 30 |
| Octal | 321 | 26 | 336 | 6 | 132 | 0 | 15 | 450 | 122 | 60 |
| Binary | 11010001 | 10110 | 11011110 | 110 | 1011010 | 0 | 1101 | 100101000 | 1010010 | 110000 |
Color Harmonies of #D116DE
Complementary color
Monochromatic Colors of #D116DE
Black with #D116DE
Text Example
Text Example
White with #D116DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116DE; }
p { color: rgb(209,22,222); }
H1.HeaderClassName
{
color: #D116DE;
}
.AnyTagClassName
{
color: #D116DE;
}
</style>
background-color css
<style>
a { background-color: #D116DE; }
a { background-color: rgb(209,22,222); }
div.DivClassName
{
background-color: #D116DE;
}
.BgClassName
{
background-color: #D116DE;
}
</style>
border-color css
<style>
span { border-color: #D116DE; }
span { border-color: rgb(209,22,222); }
td.TdClassName
{
border-color: #D116DE;
}
.TagClassName
{
border-color: #D116DE;
}
</style>