Shades of Ruby #D71559
Tints of Ruby #D71559
RGB
CMYK
RGB Variations
Color information
#D71559 (or 0xD71559) is known color: Ruby. HEX triplet: D7, 15 and 59. RGB value is (215,21,89). Sum of RGB (Red+Green+Blue) = 215+21+89=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D71559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71559 is #28EAA6. Grayscale: #565656. Windows color (decimal): -2681511 or 5838295. OLE color: 5838295.
HSL color Cylindrical-coordinate representation of color #D71559: hue angle of 338.97º degrees, saturation: 0.82, 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 #D71559 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.16 |
| HSL | 338.97º | 0.82% | 0.46% | - |
| HSV(B) | 338.97º | 0.9% | 0.84% | - |
| XYZ | 30.1 | 15.7 | 10.9 | - |
| YUV | 86.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 89 | 0 | 0.90 | 0.59 | 0.16 | 338.97 | 0.82 | 0.46 |
| Hex | D7 | 15 | 59 | 0 | 5A | 3B | 10 | 153 | 52 | 2E |
| Octal | 327 | 25 | 131 | 0 | 132 | 73 | 20 | 523 | 122 | 56 |
| Binary | 11010111 | 10101 | 1011001 | 0 | 1011010 | 111011 | 10000 | 101010011 | 1010010 | 101110 |
Color Harmonies of #D71559
Complementary color
Monochromatic Colors of #D71559
Black with #D71559
Text Example
Text Example
White with #D71559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71559; }
p { color: rgb(215,21,89); }
H1.HeaderClassName
{
color: #D71559;
}
.AnyTagClassName
{
color: #D71559;
}
</style>
background-color css
<style>
a { background-color: #D71559; }
a { background-color: rgb(215,21,89); }
div.DivClassName
{
background-color: #D71559;
}
.BgClassName
{
background-color: #D71559;
}
</style>
border-color css
<style>
span { border-color: #D71559; }
span { border-color: rgb(215,21,89); }
td.TdClassName
{
border-color: #D71559;
}
.TagClassName
{
border-color: #D71559;
}
</style>