Shades of Ruby #D71059
Tints of Ruby #D71059
RGB
CMYK
RGB Variations
Color information
#D71059 (or 0xD71059) is known color: Ruby. HEX triplet: D7, 10 and 59. RGB value is (215,16,89). Sum of RGB (Red+Green+Blue) = 215+16+89=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D71059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71059 is #28EFA6. Grayscale: #535353. Windows color (decimal): -2682791 or 5837015. OLE color: 5837015.
HSL color Cylindrical-coordinate representation of color #D71059: hue angle of 337.99º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D71059 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.16 |
| HSL | 337.99º | 0.86% | 0.45% | - |
| HSV(B) | 337.99º | 0.93% | 0.84% | - |
| XYZ | 30.01 | 15.54 | 10.87 | - |
| YUV | 83.82 | 130.93 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 89 | 0 | 0.93 | 0.59 | 0.16 | 337.99 | 0.86 | 0.45 |
| Hex | D7 | 10 | 59 | 0 | 5D | 3B | 10 | 152 | 56 | 2D |
| Octal | 327 | 20 | 131 | 0 | 135 | 73 | 20 | 522 | 126 | 55 |
| Binary | 11010111 | 10000 | 1011001 | 0 | 1011101 | 111011 | 10000 | 101010010 | 1010110 | 101101 |
Color Harmonies of #D71059
Complementary color
Monochromatic Colors of #D71059
Black with #D71059
Text Example
Text Example
White with #D71059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71059; }
p { color: rgb(215,16,89); }
H1.HeaderClassName
{
color: #D71059;
}
.AnyTagClassName
{
color: #D71059;
}
</style>
background-color css
<style>
a { background-color: #D71059; }
a { background-color: rgb(215,16,89); }
div.DivClassName
{
background-color: #D71059;
}
.BgClassName
{
background-color: #D71059;
}
</style>
border-color css
<style>
span { border-color: #D71059; }
span { border-color: rgb(215,16,89); }
td.TdClassName
{
border-color: #D71059;
}
.TagClassName
{
border-color: #D71059;
}
</style>