Shades of Deep Magenta #D116BE
Tints of Deep Magenta #D116BE
RGB
CMYK
RGB Variations
Color information
#D116BE (or 0xD116BE) is known color: Deep Magenta. HEX triplet: D1, 16 and BE. RGB value is (209,22,190). Sum of RGB (Red+Green+Blue) = 209+22+190=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D116BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D116BE is #2EE941. Grayscale: #606060. Windows color (decimal): -3074370 or 12457681. OLE color: 12457681.
HSL color Cylindrical-coordinate representation of color #D116BE: hue angle of 306.1º 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 #D116BE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 190 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.18 |
| HSL | 306.1º | 0.81% | 0.45% | - |
| HSV(B) | 306.1º | 0.89% | 0.82% | - |
| XYZ | 35.88 | 17.85 | 50.27 | - |
| YUV | 97.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 190 | 0 | 0.89 | 0.09 | 0.18 | 306.1 | 0.81 | 0.45 |
| Hex | D1 | 16 | BE | 0 | 59 | 9 | 12 | 132 | 51 | 2D |
| Octal | 321 | 26 | 276 | 0 | 131 | 11 | 22 | 462 | 121 | 55 |
| Binary | 11010001 | 10110 | 10111110 | 0 | 1011001 | 1001 | 10010 | 100110010 | 1010001 | 101101 |
Color Harmonies of #D116BE
Complementary color
Monochromatic Colors of #D116BE
Black with #D116BE
Text Example
Text Example
White with #D116BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D116BE; }
p { color: rgb(209,22,190); }
H1.HeaderClassName
{
color: #D116BE;
}
.AnyTagClassName
{
color: #D116BE;
}
</style>
background-color css
<style>
a { background-color: #D116BE; }
a { background-color: rgb(209,22,190); }
div.DivClassName
{
background-color: #D116BE;
}
.BgClassName
{
background-color: #D116BE;
}
</style>
border-color css
<style>
span { border-color: #D116BE; }
span { border-color: rgb(209,22,190); }
td.TdClassName
{
border-color: #D116BE;
}
.TagClassName
{
border-color: #D116BE;
}
</style>