Shades of Deep Magenta #D117BE
Tints of Deep Magenta #D117BE
RGB
CMYK
RGB Variations
Color information
#D117BE (or 0xD117BE) is known color: Deep Magenta. HEX triplet: D1, 17 and BE. RGB value is (209,23,190). Sum of RGB (Red+Green+Blue) = 209+23+190=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D117BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117BE is #2EE841. Grayscale: #616161. Windows color (decimal): -3074114 or 12457937. OLE color: 12457937.
HSL color Cylindrical-coordinate representation of color #D117BE: hue angle of 306.13º degrees, saturation: 0.8, 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 #D117BE is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.18 |
| HSL | 306.13º | 0.8% | 0.45% | - |
| HSV(B) | 306.13º | 0.89% | 0.82% | - |
| XYZ | 35.9 | 17.89 | 50.28 | - |
| YUV | 97.65 | 180.12 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 190 | 0 | 0.89 | 0.09 | 0.18 | 306.13 | 0.8 | 0.45 |
| Hex | D1 | 17 | BE | 0 | 59 | 9 | 12 | 132 | 50 | 2D |
| Octal | 321 | 27 | 276 | 0 | 131 | 11 | 22 | 462 | 120 | 55 |
| Binary | 11010001 | 10111 | 10111110 | 0 | 1011001 | 1001 | 10010 | 100110010 | 1010000 | 101101 |
Color Harmonies of #D117BE
Complementary color
Monochromatic Colors of #D117BE
Black with #D117BE
Text Example
Text Example
White with #D117BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117BE; }
p { color: rgb(209,23,190); }
H1.HeaderClassName
{
color: #D117BE;
}
.AnyTagClassName
{
color: #D117BE;
}
</style>
background-color css
<style>
a { background-color: #D117BE; }
a { background-color: rgb(209,23,190); }
div.DivClassName
{
background-color: #D117BE;
}
.BgClassName
{
background-color: #D117BE;
}
</style>
border-color css
<style>
span { border-color: #D117BE; }
span { border-color: rgb(209,23,190); }
td.TdClassName
{
border-color: #D117BE;
}
.TagClassName
{
border-color: #D117BE;
}
</style>