Shades of Deep Magenta #D116CD
Tints of Deep Magenta #D116CD
RGB
CMYK
RGB Variations
Color information
#D116CD (or 0xD116CD) is known color: Deep Magenta. HEX triplet: D1, 16 and CD. RGB value is (209,22,205). Sum of RGB (Red+Green+Blue) = 209+22+205=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 22 (8.98% from 255 or 5.05% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D116CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116CD is #2EE932. Grayscale: #626262. Windows color (decimal): -3074355 or 13440721. OLE color: 13440721.
HSL color Cylindrical-coordinate representation of color #D116CD: hue angle of 301.28º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D116CD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 205 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.18 |
| HSL | 301.28º | 0.81% | 0.45% | - |
| HSV(B) | 301.28º | 0.89% | 0.82% | - |
| XYZ | 37.6 | 18.54 | 59.35 | - |
| YUV | 98.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 205 | 0 | 0.89 | 0.02 | 0.18 | 301.28 | 0.81 | 0.45 |
| Hex | D1 | 16 | CD | 0 | 59 | 2 | 12 | 12D | 51 | 2D |
| Octal | 321 | 26 | 315 | 0 | 131 | 2 | 22 | 455 | 121 | 55 |
| Binary | 11010001 | 10110 | 11001101 | 0 | 1011001 | 10 | 10010 | 100101101 | 1010001 | 101101 |
Color Harmonies of #D116CD
Complementary color
Monochromatic Colors of #D116CD
Black with #D116CD
Text Example
Text Example
White with #D116CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116CD; }
p { color: rgb(209,22,205); }
H1.HeaderClassName
{
color: #D116CD;
}
.AnyTagClassName
{
color: #D116CD;
}
</style>
background-color css
<style>
a { background-color: #D116CD; }
a { background-color: rgb(209,22,205); }
div.DivClassName
{
background-color: #D116CD;
}
.BgClassName
{
background-color: #D116CD;
}
</style>
border-color css
<style>
span { border-color: #D116CD; }
span { border-color: rgb(209,22,205); }
td.TdClassName
{
border-color: #D116CD;
}
.TagClassName
{
border-color: #D116CD;
}
</style>