Shades of Ruby #D5175E
Tints of Ruby #D5175E
RGB
CMYK
RGB Variations
Color information
#D5175E (or 0xD5175E) is known color: Ruby. HEX triplet: D5, 17 and 5E. RGB value is (213,23,94). Sum of RGB (Red+Green+Blue) = 213+23+94=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5175E is #2AE8A1. Grayscale: #575757. Windows color (decimal): -2812066 or 6166485. OLE color: 6166485.
HSL color Cylindrical-coordinate representation of color #D5175E: hue angle of 337.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D5175E is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 94 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.16 |
| HSL | 337.58º | 0.81% | 0.46% | - |
| HSV(B) | 337.58º | 0.89% | 0.84% | - |
| XYZ | 29.77 | 15.57 | 12.03 | - |
| YUV | 87.9 | 131.45 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 94 | 0 | 0.89 | 0.56 | 0.16 | 337.58 | 0.81 | 0.46 |
| Hex | D5 | 17 | 5E | 0 | 59 | 38 | 10 | 152 | 51 | 2E |
| Octal | 325 | 27 | 136 | 0 | 131 | 70 | 20 | 522 | 121 | 56 |
| Binary | 11010101 | 10111 | 1011110 | 0 | 1011001 | 111000 | 10000 | 101010010 | 1010001 | 101110 |
Color Harmonies of #D5175E
Complementary color
Monochromatic Colors of #D5175E
Black with #D5175E
Text Example
Text Example
White with #D5175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5175E; }
p { color: rgb(213,23,94); }
H1.HeaderClassName
{
color: #D5175E;
}
.AnyTagClassName
{
color: #D5175E;
}
</style>
background-color css
<style>
a { background-color: #D5175E; }
a { background-color: rgb(213,23,94); }
div.DivClassName
{
background-color: #D5175E;
}
.BgClassName
{
background-color: #D5175E;
}
</style>
border-color css
<style>
span { border-color: #D5175E; }
span { border-color: rgb(213,23,94); }
td.TdClassName
{
border-color: #D5175E;
}
.TagClassName
{
border-color: #D5175E;
}
</style>