Shades of Ruby #D8176C
Tints of Ruby #D8176C
RGB
CMYK
RGB Variations
Color information
#D8176C (or 0xD8176C) is known color: Ruby. HEX triplet: D8, 17 and 6C. RGB value is (216,23,108). Sum of RGB (Red+Green+Blue) = 216+23+108=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8176C is #27E893. Grayscale: #5A5A5A. Windows color (decimal): -2615444 or 7083992. OLE color: 7083992.
HSL color Cylindrical-coordinate representation of color #D8176C: hue angle of 333.58º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8176C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 108 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.15 |
| HSL | 333.58º | 0.81% | 0.47% | - |
| HSV(B) | 333.58º | 0.89% | 0.85% | - |
| XYZ | 31.33 | 16.29 | 15.68 | - |
| YUV | 90.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 108 | 0 | 0.89 | 0.50 | 0.15 | 333.58 | 0.81 | 0.47 |
| Hex | D8 | 17 | 6C | 0 | 59 | 32 | F | 14E | 51 | 2F |
| Octal | 330 | 27 | 154 | 0 | 131 | 62 | 17 | 516 | 121 | 57 |
| Binary | 11011000 | 10111 | 1101100 | 0 | 1011001 | 110010 | 1111 | 101001110 | 1010001 | 101111 |
Color Harmonies of #D8176C
Complementary color
Monochromatic Colors of #D8176C
Black with #D8176C
Text Example
Text Example
White with #D8176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8176C; }
p { color: rgb(216,23,108); }
H1.HeaderClassName
{
color: #D8176C;
}
.AnyTagClassName
{
color: #D8176C;
}
</style>
background-color css
<style>
a { background-color: #D8176C; }
a { background-color: rgb(216,23,108); }
div.DivClassName
{
background-color: #D8176C;
}
.BgClassName
{
background-color: #D8176C;
}
</style>
border-color css
<style>
span { border-color: #D8176C; }
span { border-color: rgb(216,23,108); }
td.TdClassName
{
border-color: #D8176C;
}
.TagClassName
{
border-color: #D8176C;
}
</style>