Shades of Ruby #D71554
Tints of Ruby #D71554
RGB
CMYK
RGB Variations
Color information
#D71554 (or 0xD71554) is known color: Ruby. HEX triplet: D7, 15 and 54. RGB value is (215,21,84). Sum of RGB (Red+Green+Blue) = 215+21+84=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D71554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71554 is #28EAAB. Grayscale: #565656. Windows color (decimal): -2681516 or 5510615. OLE color: 5510615.
HSL color Cylindrical-coordinate representation of color #D71554: hue angle of 340.52º 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 #D71554 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 84 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.52º | 0.82% | 0.46% | - |
| HSV(B) | 340.52º | 0.9% | 0.84% | - |
| XYZ | 29.89 | 15.62 | 9.83 | - |
| YUV | 86.19 | 126.77 | 219.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 84 | 0 | 0.90 | 0.61 | 0.16 | 340.52 | 0.82 | 0.46 |
| Hex | D7 | 15 | 54 | 0 | 5A | 3D | 10 | 155 | 52 | 2E |
| Octal | 327 | 25 | 124 | 0 | 132 | 75 | 20 | 525 | 122 | 56 |
| Binary | 11010111 | 10101 | 1010100 | 0 | 1011010 | 111101 | 10000 | 101010101 | 1010010 | 101110 |
Color Harmonies of #D71554
Complementary color
Monochromatic Colors of #D71554
Black with #D71554
Text Example
Text Example
White with #D71554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71554; }
p { color: rgb(215,21,84); }
H1.HeaderClassName
{
color: #D71554;
}
.AnyTagClassName
{
color: #D71554;
}
</style>
background-color css
<style>
a { background-color: #D71554; }
a { background-color: rgb(215,21,84); }
div.DivClassName
{
background-color: #D71554;
}
.BgClassName
{
background-color: #D71554;
}
</style>
border-color css
<style>
span { border-color: #D71554; }
span { border-color: rgb(215,21,84); }
td.TdClassName
{
border-color: #D71554;
}
.TagClassName
{
border-color: #D71554;
}
</style>