Shades of Ruby #D71E59
Tints of Ruby #D71E59
RGB
CMYK
RGB Variations
Color information
#D71E59 (or 0xD71E59) is known color: Ruby. HEX triplet: D7, 1E and 59. RGB value is (215,30,89). Sum of RGB (Red+Green+Blue) = 215+30+89=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E59 is #28E1A6. Grayscale: #5B5B5B. Windows color (decimal): -2679207 or 5840599. OLE color: 5840599.
HSL color Cylindrical-coordinate representation of color #D71E59: hue angle of 340.86º degrees, saturation: 0.76, 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 #D71E59 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 89 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.16 |
| HSL | 340.86º | 0.76% | 0.48% | - |
| HSV(B) | 340.86º | 0.86% | 0.84% | - |
| XYZ | 30.29 | 16.1 | 10.96 | - |
| YUV | 92.04 | 126.29 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 89 | 0 | 0.86 | 0.59 | 0.16 | 340.86 | 0.76 | 0.48 |
| Hex | D7 | 1E | 59 | 0 | 56 | 3B | 10 | 155 | 4C | 30 |
| Octal | 327 | 36 | 131 | 0 | 126 | 73 | 20 | 525 | 114 | 60 |
| Binary | 11010111 | 11110 | 1011001 | 0 | 1010110 | 111011 | 10000 | 101010101 | 1001100 | 110000 |
Color Harmonies of #D71E59
Complementary color
Monochromatic Colors of #D71E59
Black with #D71E59
Text Example
Text Example
White with #D71E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E59; }
p { color: rgb(215,30,89); }
H1.HeaderClassName
{
color: #D71E59;
}
.AnyTagClassName
{
color: #D71E59;
}
</style>
background-color css
<style>
a { background-color: #D71E59; }
a { background-color: rgb(215,30,89); }
div.DivClassName
{
background-color: #D71E59;
}
.BgClassName
{
background-color: #D71E59;
}
</style>
border-color css
<style>
span { border-color: #D71E59; }
span { border-color: rgb(215,30,89); }
td.TdClassName
{
border-color: #D71E59;
}
.TagClassName
{
border-color: #D71E59;
}
</style>