Shades of Ruby #D7176C
Tints of Ruby #D7176C
RGB
CMYK
RGB Variations
Color information
#D7176C (or 0xD7176C) is known color: Ruby. HEX triplet: D7, 17 and 6C. RGB value is (215,23,108). Sum of RGB (Red+Green+Blue) = 215+23+108=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 23 (9.38% from 255 or 6.65% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7176C is #28E893. Grayscale: #595959. Windows color (decimal): -2680980 or 7083991. OLE color: 7083991.
HSL color Cylindrical-coordinate representation of color #D7176C: hue angle of 333.44º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D7176C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.16 |
| HSL | 333.44º | 0.81% | 0.47% | - |
| HSV(B) | 333.44º | 0.89% | 0.84% | - |
| XYZ | 31.04 | 16.14 | 15.67 | - |
| YUV | 90.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 108 | 0 | 0.89 | 0.50 | 0.16 | 333.44 | 0.81 | 0.47 |
| Hex | D7 | 17 | 6C | 0 | 59 | 32 | 10 | 14D | 51 | 2F |
| Octal | 327 | 27 | 154 | 0 | 131 | 62 | 20 | 515 | 121 | 57 |
| Binary | 11010111 | 10111 | 1101100 | 0 | 1011001 | 110010 | 10000 | 101001101 | 1010001 | 101111 |
Color Harmonies of #D7176C
Complementary color
Monochromatic Colors of #D7176C
Black with #D7176C
Text Example
Text Example
White with #D7176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7176C; }
p { color: rgb(215,23,108); }
H1.HeaderClassName
{
color: #D7176C;
}
.AnyTagClassName
{
color: #D7176C;
}
</style>
background-color css
<style>
a { background-color: #D7176C; }
a { background-color: rgb(215,23,108); }
div.DivClassName
{
background-color: #D7176C;
}
.BgClassName
{
background-color: #D7176C;
}
</style>
border-color css
<style>
span { border-color: #D7176C; }
span { border-color: rgb(215,23,108); }
td.TdClassName
{
border-color: #D7176C;
}
.TagClassName
{
border-color: #D7176C;
}
</style>