Shades of Ruby #D71657
Tints of Ruby #D71657
RGB
CMYK
RGB Variations
Color information
#D71657 (or 0xD71657) is known color: Ruby. HEX triplet: D7, 16 and 57. RGB value is (215,22,87). Sum of RGB (Red+Green+Blue) = 215+22+87=324 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.36% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 215 - color contains mainly: red. Hex color #D71657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71657 is #28E9A8. Grayscale: #575757. Windows color (decimal): -2681257 or 5707479. OLE color: 5707479.
HSL color Cylindrical-coordinate representation of color #D71657: hue angle of 339.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71657 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 87 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.16 |
| HSL | 339.79º | 0.81% | 0.46% | - |
| HSV(B) | 339.79º | 0.9% | 0.84% | - |
| XYZ | 30.03 | 15.71 | 10.47 | - |
| YUV | 87.12 | 127.94 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 87 | 0 | 0.90 | 0.60 | 0.16 | 339.79 | 0.81 | 0.46 |
| Hex | D7 | 16 | 57 | 0 | 5A | 3C | 10 | 154 | 51 | 2E |
| Octal | 327 | 26 | 127 | 0 | 132 | 74 | 20 | 524 | 121 | 56 |
| Binary | 11010111 | 10110 | 1010111 | 0 | 1011010 | 111100 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D71657
Complementary color
Monochromatic Colors of #D71657
Black with #D71657
Text Example
Text Example
White with #D71657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71657; }
p { color: rgb(215,22,87); }
H1.HeaderClassName
{
color: #D71657;
}
.AnyTagClassName
{
color: #D71657;
}
</style>
background-color css
<style>
a { background-color: #D71657; }
a { background-color: rgb(215,22,87); }
div.DivClassName
{
background-color: #D71657;
}
.BgClassName
{
background-color: #D71657;
}
</style>
border-color css
<style>
span { border-color: #D71657; }
span { border-color: rgb(215,22,87); }
td.TdClassName
{
border-color: #D71657;
}
.TagClassName
{
border-color: #D71657;
}
</style>