Shades of Ruby #D1176C
Tints of Ruby #D1176C
RGB
CMYK
RGB Variations
Color information
#D1176C (or 0xD1176C) is known color: Ruby. HEX triplet: D1, 17 and 6C. RGB value is (209,23,108). Sum of RGB (Red+Green+Blue) = 209+23+108=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D1176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1176C is #2EE893. Grayscale: #585858. Windows color (decimal): -3074196 or 7083985. OLE color: 7083985.
HSL color Cylindrical-coordinate representation of color #D1176C: hue angle of 332.58º 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 #D1176C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.58º | 0.8% | 0.45% | - |
| HSV(B) | 332.58º | 0.89% | 0.82% | - |
| XYZ | 29.31 | 15.25 | 15.59 | - |
| YUV | 88.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 108 | 0 | 0.89 | 0.48 | 0.18 | 332.58 | 0.8 | 0.45 |
| Hex | D1 | 17 | 6C | 0 | 59 | 30 | 12 | 14D | 50 | 2D |
| Octal | 321 | 27 | 154 | 0 | 131 | 60 | 22 | 515 | 120 | 55 |
| Binary | 11010001 | 10111 | 1101100 | 0 | 1011001 | 110000 | 10010 | 101001101 | 1010000 | 101101 |
Color Harmonies of #D1176C
Complementary color
Monochromatic Colors of #D1176C
Black with #D1176C
Text Example
Text Example
White with #D1176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1176C; }
p { color: rgb(209,23,108); }
H1.HeaderClassName
{
color: #D1176C;
}
.AnyTagClassName
{
color: #D1176C;
}
</style>
background-color css
<style>
a { background-color: #D1176C; }
a { background-color: rgb(209,23,108); }
div.DivClassName
{
background-color: #D1176C;
}
.BgClassName
{
background-color: #D1176C;
}
</style>
border-color css
<style>
span { border-color: #D1176C; }
span { border-color: rgb(209,23,108); }
td.TdClassName
{
border-color: #D1176C;
}
.TagClassName
{
border-color: #D1176C;
}
</style>