Shades of Ruby #D71D59
Tints of Ruby #D71D59
RGB
CMYK
RGB Variations
Color information
#D71D59 (or 0xD71D59) is known color: Ruby. HEX triplet: D7, 1D and 59. RGB value is (215,29,89). Sum of RGB (Red+Green+Blue) = 215+29+89=333 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.56% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71D59 is #28E2A6. Grayscale: #5B5B5B. Windows color (decimal): -2679463 or 5840343. OLE color: 5840343.
HSL color Cylindrical-coordinate representation of color #D71D59: hue angle of 340.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71D59 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 29 | 89 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.16 |
| HSL | 340.65º | 0.76% | 0.48% | - |
| HSV(B) | 340.65º | 0.87% | 0.84% | - |
| XYZ | 30.27 | 16.05 | 10.95 | - |
| YUV | 91.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 29 | 89 | 0 | 0.87 | 0.59 | 0.16 | 340.65 | 0.76 | 0.48 |
| Hex | D7 | 1D | 59 | 0 | 57 | 3B | 10 | 155 | 4C | 30 |
| Octal | 327 | 35 | 131 | 0 | 127 | 73 | 20 | 525 | 114 | 60 |
| Binary | 11010111 | 11101 | 1011001 | 0 | 1010111 | 111011 | 10000 | 101010101 | 1001100 | 110000 |
Color Harmonies of #D71D59
Complementary color
Monochromatic Colors of #D71D59
Black with #D71D59
Text Example
Text Example
White with #D71D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71D59; }
p { color: rgb(215,29,89); }
H1.HeaderClassName
{
color: #D71D59;
}
.AnyTagClassName
{
color: #D71D59;
}
</style>
background-color css
<style>
a { background-color: #D71D59; }
a { background-color: rgb(215,29,89); }
div.DivClassName
{
background-color: #D71D59;
}
.BgClassName
{
background-color: #D71D59;
}
</style>
border-color css
<style>
span { border-color: #D71D59; }
span { border-color: rgb(215,29,89); }
td.TdClassName
{
border-color: #D71D59;
}
.TagClassName
{
border-color: #D71D59;
}
</style>