Shades of Deep Magenta #D117BB
Tints of Deep Magenta #D117BB
RGB
CMYK
RGB Variations
Color information
#D117BB (or 0xD117BB) is known color: Deep Magenta. HEX triplet: D1, 17 and BB. RGB value is (209,23,187). Sum of RGB (Red+Green+Blue) = 209+23+187=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D117BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D117BB is #2EE844. Grayscale: #606060. Windows color (decimal): -3074117 or 12261329. OLE color: 12261329.
HSL color Cylindrical-coordinate representation of color #D117BB: hue angle of 307.1º 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 #D117BB is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 187 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.18 |
| HSL | 307.1º | 0.8% | 0.45% | - |
| HSV(B) | 307.1º | 0.89% | 0.82% | - |
| XYZ | 35.57 | 17.76 | 48.57 | - |
| YUV | 97.31 | 178.62 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 187 | 0 | 0.89 | 0.11 | 0.18 | 307.1 | 0.8 | 0.45 |
| Hex | D1 | 17 | BB | 0 | 59 | B | 12 | 133 | 50 | 2D |
| Octal | 321 | 27 | 273 | 0 | 131 | 13 | 22 | 463 | 120 | 55 |
| Binary | 11010001 | 10111 | 10111011 | 0 | 1011001 | 1011 | 10010 | 100110011 | 1010000 | 101101 |
Color Harmonies of #D117BB
Complementary color
Monochromatic Colors of #D117BB
Black with #D117BB
Text Example
Text Example
White with #D117BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117BB; }
p { color: rgb(209,23,187); }
H1.HeaderClassName
{
color: #D117BB;
}
.AnyTagClassName
{
color: #D117BB;
}
</style>
background-color css
<style>
a { background-color: #D117BB; }
a { background-color: rgb(209,23,187); }
div.DivClassName
{
background-color: #D117BB;
}
.BgClassName
{
background-color: #D117BB;
}
</style>
border-color css
<style>
span { border-color: #D117BB; }
span { border-color: rgb(209,23,187); }
td.TdClassName
{
border-color: #D117BB;
}
.TagClassName
{
border-color: #D117BB;
}
</style>