Shades of Deep Magenta #D116BC
Tints of Deep Magenta #D116BC
RGB
CMYK
RGB Variations
Color information
#D116BC (or 0xD116BC) is known color: Deep Magenta. HEX triplet: D1, 16 and BC. RGB value is (209,22,188). Sum of RGB (Red+Green+Blue) = 209+22+188=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D116BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116BC is #2EE943. Grayscale: #606060. Windows color (decimal): -3074372 or 12326609. OLE color: 12326609.
HSL color Cylindrical-coordinate representation of color #D116BC: hue angle of 306.74º 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 #D116BC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 188 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.18 |
| HSL | 306.74º | 0.81% | 0.45% | - |
| HSV(B) | 306.74º | 0.89% | 0.82% | - |
| XYZ | 35.66 | 17.76 | 49.13 | - |
| YUV | 96.84 | 179.45 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 188 | 0 | 0.89 | 0.10 | 0.18 | 306.74 | 0.81 | 0.45 |
| Hex | D1 | 16 | BC | 0 | 59 | A | 12 | 133 | 51 | 2D |
| Octal | 321 | 26 | 274 | 0 | 131 | 12 | 22 | 463 | 121 | 55 |
| Binary | 11010001 | 10110 | 10111100 | 0 | 1011001 | 1010 | 10010 | 100110011 | 1010001 | 101101 |
Color Harmonies of #D116BC
Complementary color
Monochromatic Colors of #D116BC
Black with #D116BC
Text Example
Text Example
White with #D116BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116BC; }
p { color: rgb(209,22,188); }
H1.HeaderClassName
{
color: #D116BC;
}
.AnyTagClassName
{
color: #D116BC;
}
</style>
background-color css
<style>
a { background-color: #D116BC; }
a { background-color: rgb(209,22,188); }
div.DivClassName
{
background-color: #D116BC;
}
.BgClassName
{
background-color: #D116BC;
}
</style>
border-color css
<style>
span { border-color: #D116BC; }
span { border-color: rgb(209,22,188); }
td.TdClassName
{
border-color: #D116BC;
}
.TagClassName
{
border-color: #D116BC;
}
</style>