Shades of Ruby #D5176B
Tints of Ruby #D5176B
RGB
CMYK
RGB Variations
Color information
#D5176B (or 0xD5176B) is known color: Ruby. HEX triplet: D5, 17 and 6B. RGB value is (213,23,107). Sum of RGB (Red+Green+Blue) = 213+23+107=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5176B is #2AE894. Grayscale: #595959. Windows color (decimal): -2812053 or 7018453. OLE color: 7018453.
HSL color Cylindrical-coordinate representation of color #D5176B: hue angle of 333.47º 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 #D5176B is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.16 |
| HSL | 333.47º | 0.81% | 0.46% | - |
| HSV(B) | 333.47º | 0.89% | 0.84% | - |
| XYZ | 30.4 | 15.82 | 15.36 | - |
| YUV | 89.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 107 | 0 | 0.89 | 0.50 | 0.16 | 333.47 | 0.81 | 0.46 |
| Hex | D5 | 17 | 6B | 0 | 59 | 32 | 10 | 14D | 51 | 2E |
| Octal | 325 | 27 | 153 | 0 | 131 | 62 | 20 | 515 | 121 | 56 |
| Binary | 11010101 | 10111 | 1101011 | 0 | 1011001 | 110010 | 10000 | 101001101 | 1010001 | 101110 |
Color Harmonies of #D5176B
Complementary color
Monochromatic Colors of #D5176B
Black with #D5176B
Text Example
Text Example
White with #D5176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5176B; }
p { color: rgb(213,23,107); }
H1.HeaderClassName
{
color: #D5176B;
}
.AnyTagClassName
{
color: #D5176B;
}
</style>
background-color css
<style>
a { background-color: #D5176B; }
a { background-color: rgb(213,23,107); }
div.DivClassName
{
background-color: #D5176B;
}
.BgClassName
{
background-color: #D5176B;
}
</style>
border-color css
<style>
span { border-color: #D5176B; }
span { border-color: rgb(213,23,107); }
td.TdClassName
{
border-color: #D5176B;
}
.TagClassName
{
border-color: #D5176B;
}
</style>