Shades of Ruby #D11156
Tints of Ruby #D11156
RGB
CMYK
RGB Variations
Color information
#D11156 (or 0xD11156) is known color: Ruby. HEX triplet: D1, 11 and 56. RGB value is (209,17,86). Sum of RGB (Red+Green+Blue) = 209+17+86=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D11156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11156 is #2EEEA9. Grayscale: #525252. Windows color (decimal): -3075754 or 5640657. OLE color: 5640657.
HSL color Cylindrical-coordinate representation of color #D11156: hue angle of 338.44º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11156 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.44º | 0.85% | 0.44% | - |
| HSV(B) | 338.44º | 0.92% | 0.82% | - |
| XYZ | 28.17 | 14.63 | 10.14 | - |
| YUV | 82.27 | 130.11 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 86 | 0 | 0.92 | 0.59 | 0.18 | 338.44 | 0.85 | 0.44 |
| Hex | D1 | 11 | 56 | 0 | 5C | 3B | 12 | 152 | 55 | 2C |
| Octal | 321 | 21 | 126 | 0 | 134 | 73 | 22 | 522 | 125 | 54 |
| Binary | 11010001 | 10001 | 1010110 | 0 | 1011100 | 111011 | 10010 | 101010010 | 1010101 | 101100 |
Color Harmonies of #D11156
Complementary color
Monochromatic Colors of #D11156
Black with #D11156
Text Example
Text Example
White with #D11156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11156; }
p { color: rgb(209,17,86); }
H1.HeaderClassName
{
color: #D11156;
}
.AnyTagClassName
{
color: #D11156;
}
</style>
background-color css
<style>
a { background-color: #D11156; }
a { background-color: rgb(209,17,86); }
div.DivClassName
{
background-color: #D11156;
}
.BgClassName
{
background-color: #D11156;
}
</style>
border-color css
<style>
span { border-color: #D11156; }
span { border-color: rgb(209,17,86); }
td.TdClassName
{
border-color: #D11156;
}
.TagClassName
{
border-color: #D11156;
}
</style>