Shades of Ruby #D8175E
Tints of Ruby #D8175E
RGB
CMYK
RGB Variations
Color information
#D8175E (or 0xD8175E) is known color: Ruby. HEX triplet: D8, 17 and 5E. RGB value is (216,23,94). Sum of RGB (Red+Green+Blue) = 216+23+94=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8175E is #27E8A1. Grayscale: #585858. Windows color (decimal): -2615458 or 6166488. OLE color: 6166488.
HSL color Cylindrical-coordinate representation of color #D8175E: hue angle of 337.93º 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 #D8175E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 94 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.15 |
| HSL | 337.93º | 0.81% | 0.47% | - |
| HSV(B) | 337.93º | 0.89% | 0.85% | - |
| XYZ | 30.65 | 16.02 | 12.07 | - |
| YUV | 88.8 | 130.94 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 94 | 0 | 0.89 | 0.56 | 0.15 | 337.93 | 0.81 | 0.47 |
| Hex | D8 | 17 | 5E | 0 | 59 | 38 | F | 152 | 51 | 2F |
| Octal | 330 | 27 | 136 | 0 | 131 | 70 | 17 | 522 | 121 | 57 |
| Binary | 11011000 | 10111 | 1011110 | 0 | 1011001 | 111000 | 1111 | 101010010 | 1010001 | 101111 |
Color Harmonies of #D8175E
Complementary color
Monochromatic Colors of #D8175E
Black with #D8175E
Text Example
Text Example
White with #D8175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8175E; }
p { color: rgb(216,23,94); }
H1.HeaderClassName
{
color: #D8175E;
}
.AnyTagClassName
{
color: #D8175E;
}
</style>
background-color css
<style>
a { background-color: #D8175E; }
a { background-color: rgb(216,23,94); }
div.DivClassName
{
background-color: #D8175E;
}
.BgClassName
{
background-color: #D8175E;
}
</style>
border-color css
<style>
span { border-color: #D8175E; }
span { border-color: rgb(216,23,94); }
td.TdClassName
{
border-color: #D8175E;
}
.TagClassName
{
border-color: #D8175E;
}
</style>