Shades of Ruby #D71F59
Tints of Ruby #D71F59
RGB
CMYK
RGB Variations
Color information
#D71F59 (or 0xD71F59) is known color: Ruby. HEX triplet: D7, 1F and 59. RGB value is (215,31,89). Sum of RGB (Red+Green+Blue) = 215+31+89=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71F59 is #28E0A6. Grayscale: #5C5C5C. Windows color (decimal): -2678951 or 5840855. OLE color: 5840855.
HSL color Cylindrical-coordinate representation of color #D71F59: hue angle of 341.09º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71F59 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 31 | 89 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.16 |
| HSL | 341.09º | 0.75% | 0.48% | - |
| HSV(B) | 341.09º | 0.86% | 0.84% | - |
| XYZ | 30.32 | 16.15 | 10.97 | - |
| YUV | 92.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 31 | 89 | 0 | 0.86 | 0.59 | 0.16 | 341.09 | 0.75 | 0.48 |
| Hex | D7 | 1F | 59 | 0 | 56 | 3B | 10 | 155 | 4B | 30 |
| Octal | 327 | 37 | 131 | 0 | 126 | 73 | 20 | 525 | 113 | 60 |
| Binary | 11010111 | 11111 | 1011001 | 0 | 1010110 | 111011 | 10000 | 101010101 | 1001011 | 110000 |
Color Harmonies of #D71F59
Complementary color
Monochromatic Colors of #D71F59
Black with #D71F59
Text Example
Text Example
White with #D71F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71F59; }
p { color: rgb(215,31,89); }
H1.HeaderClassName
{
color: #D71F59;
}
.AnyTagClassName
{
color: #D71F59;
}
</style>
background-color css
<style>
a { background-color: #D71F59; }
a { background-color: rgb(215,31,89); }
div.DivClassName
{
background-color: #D71F59;
}
.BgClassName
{
background-color: #D71F59;
}
</style>
border-color css
<style>
span { border-color: #D71F59; }
span { border-color: rgb(215,31,89); }
td.TdClassName
{
border-color: #D71F59;
}
.TagClassName
{
border-color: #D71F59;
}
</style>