Shades of Ruby #D7176F
Tints of Ruby #D7176F
RGB
CMYK
RGB Variations
Color information
#D7176F (or 0xD7176F) is known color: Ruby. HEX triplet: D7, 17 and 6F. RGB value is (215,23,111). Sum of RGB (Red+Green+Blue) = 215+23+111=349 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.60% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 215 - color contains mainly: red. Hex color #D7176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7176F is #28E890. Grayscale: #5A5A5A. Windows color (decimal): -2680977 or 7280599. OLE color: 7280599.
HSL color Cylindrical-coordinate representation of color #D7176F: hue angle of 332.5º 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 #D7176F is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 111 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.16 |
| HSL | 332.5º | 0.81% | 0.47% | - |
| HSV(B) | 332.5º | 0.89% | 0.84% | - |
| XYZ | 31.2 | 16.21 | 16.52 | - |
| YUV | 90.44 | 139.61 | 216.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 111 | 0 | 0.89 | 0.48 | 0.16 | 332.5 | 0.81 | 0.47 |
| Hex | D7 | 17 | 6F | 0 | 59 | 30 | 10 | 14C | 51 | 2F |
| Octal | 327 | 27 | 157 | 0 | 131 | 60 | 20 | 514 | 121 | 57 |
| Binary | 11010111 | 10111 | 1101111 | 0 | 1011001 | 110000 | 10000 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D7176F
Complementary color
Monochromatic Colors of #D7176F
Black with #D7176F
Text Example
Text Example
White with #D7176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7176F; }
p { color: rgb(215,23,111); }
H1.HeaderClassName
{
color: #D7176F;
}
.AnyTagClassName
{
color: #D7176F;
}
</style>
background-color css
<style>
a { background-color: #D7176F; }
a { background-color: rgb(215,23,111); }
div.DivClassName
{
background-color: #D7176F;
}
.BgClassName
{
background-color: #D7176F;
}
</style>
border-color css
<style>
span { border-color: #D7176F; }
span { border-color: rgb(215,23,111); }
td.TdClassName
{
border-color: #D7176F;
}
.TagClassName
{
border-color: #D7176F;
}
</style>