Shades of Ruby #D71659
Tints of Ruby #D71659
RGB
CMYK
RGB Variations
Color information
#D71659 (or 0xD71659) is known color: Ruby. HEX triplet: D7, 16 and 59. RGB value is (215,22,89). Sum of RGB (Red+Green+Blue) = 215+22+89=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D71659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71659 is #28E9A6. Grayscale: #575757. Windows color (decimal): -2681255 or 5838551. OLE color: 5838551.
HSL color Cylindrical-coordinate representation of color #D71659: hue angle of 339.17º 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 #D71659 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 89 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.16 |
| HSL | 339.17º | 0.81% | 0.46% | - |
| HSV(B) | 339.17º | 0.9% | 0.84% | - |
| XYZ | 30.11 | 15.74 | 10.9 | - |
| YUV | 87.35 | 128.94 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 89 | 0 | 0.90 | 0.59 | 0.16 | 339.17 | 0.81 | 0.46 |
| Hex | D7 | 16 | 59 | 0 | 5A | 3B | 10 | 153 | 51 | 2E |
| Octal | 327 | 26 | 131 | 0 | 132 | 73 | 20 | 523 | 121 | 56 |
| Binary | 11010111 | 10110 | 1011001 | 0 | 1011010 | 111011 | 10000 | 101010011 | 1010001 | 101110 |
Color Harmonies of #D71659
Complementary color
Monochromatic Colors of #D71659
Black with #D71659
Text Example
Text Example
White with #D71659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71659; }
p { color: rgb(215,22,89); }
H1.HeaderClassName
{
color: #D71659;
}
.AnyTagClassName
{
color: #D71659;
}
</style>
background-color css
<style>
a { background-color: #D71659; }
a { background-color: rgb(215,22,89); }
div.DivClassName
{
background-color: #D71659;
}
.BgClassName
{
background-color: #D71659;
}
</style>
border-color css
<style>
span { border-color: #D71659; }
span { border-color: rgb(215,22,89); }
td.TdClassName
{
border-color: #D71659;
}
.TagClassName
{
border-color: #D71659;
}
</style>