Shades of Ruby #D71756
Tints of Ruby #D71756
RGB
CMYK
RGB Variations
Color information
#D71756 (or 0xD71756) is known color: Ruby. HEX triplet: D7, 17 and 56. RGB value is (215,23,86). Sum of RGB (Red+Green+Blue) = 215+23+86=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71756 is #28E8A9. Grayscale: #575757. Windows color (decimal): -2681002 or 5642199. OLE color: 5642199.
HSL color Cylindrical-coordinate representation of color #D71756: hue angle of 340.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71756 is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.6 | 0.16 |
| HSL | 340.31º | 0.81% | 0.47% | - |
| HSV(B) | 340.31º | 0.89% | 0.84% | - |
| XYZ | 30.01 | 15.73 | 10.26 | - |
| YUV | 87.59 | 127.11 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 86 | 0 | 0.89 | 0.6 | 0.16 | 340.31 | 0.81 | 0.47 |
| Hex | D7 | 17 | 56 | 0 | 59 | 3C | 10 | 154 | 51 | 2F |
| Octal | 327 | 27 | 126 | 0 | 131 | 74 | 20 | 524 | 121 | 57 |
| Binary | 11010111 | 10111 | 1010110 | 0 | 1011001 | 111100 | 10000 | 101010100 | 1010001 | 101111 |
Color Harmonies of #D71756
Complementary color
Monochromatic Colors of #D71756
Black with #D71756
Text Example
Text Example
White with #D71756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71756; }
p { color: rgb(215,23,86); }
H1.HeaderClassName
{
color: #D71756;
}
.AnyTagClassName
{
color: #D71756;
}
</style>
background-color css
<style>
a { background-color: #D71756; }
a { background-color: rgb(215,23,86); }
div.DivClassName
{
background-color: #D71756;
}
.BgClassName
{
background-color: #D71756;
}
</style>
border-color css
<style>
span { border-color: #D71756; }
span { border-color: rgb(215,23,86); }
td.TdClassName
{
border-color: #D71756;
}
.TagClassName
{
border-color: #D71756;
}
</style>