Shades of Ruby #D8176A
Tints of Ruby #D8176A
RGB
CMYK
RGB Variations
Color information
#D8176A (or 0xD8176A) is known color: Ruby. HEX triplet: D8, 17 and 6A. RGB value is (216,23,106). Sum of RGB (Red+Green+Blue) = 216+23+106=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8176A is #27E895. Grayscale: #5A5A5A. Windows color (decimal): -2615446 or 6952920. OLE color: 6952920.
HSL color Cylindrical-coordinate representation of color #D8176A: hue angle of 334.2º 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 #D8176A is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 106 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.15 |
| HSL | 334.2º | 0.81% | 0.47% | - |
| HSV(B) | 334.2º | 0.89% | 0.85% | - |
| XYZ | 31.23 | 16.25 | 15.13 | - |
| YUV | 90.17 | 136.94 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 106 | 0 | 0.89 | 0.51 | 0.15 | 334.2 | 0.81 | 0.47 |
| Hex | D8 | 17 | 6A | 0 | 59 | 33 | F | 14E | 51 | 2F |
| Octal | 330 | 27 | 152 | 0 | 131 | 63 | 17 | 516 | 121 | 57 |
| Binary | 11011000 | 10111 | 1101010 | 0 | 1011001 | 110011 | 1111 | 101001110 | 1010001 | 101111 |
Color Harmonies of #D8176A
Complementary color
Monochromatic Colors of #D8176A
Black with #D8176A
Text Example
Text Example
White with #D8176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8176A; }
p { color: rgb(216,23,106); }
H1.HeaderClassName
{
color: #D8176A;
}
.AnyTagClassName
{
color: #D8176A;
}
</style>
background-color css
<style>
a { background-color: #D8176A; }
a { background-color: rgb(216,23,106); }
div.DivClassName
{
background-color: #D8176A;
}
.BgClassName
{
background-color: #D8176A;
}
</style>
border-color css
<style>
span { border-color: #D8176A; }
span { border-color: rgb(216,23,106); }
td.TdClassName
{
border-color: #D8176A;
}
.TagClassName
{
border-color: #D8176A;
}
</style>