Shades of Ruby #D71151
Tints of Ruby #D71151
RGB
CMYK
RGB Variations
Color information
#D71151 (or 0xD71151) is known color: Ruby. HEX triplet: D7, 11 and 51. RGB value is (215,17,81). Sum of RGB (Red+Green+Blue) = 215+17+81=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D71151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71151 is #28EEAE. Grayscale: #535353. Windows color (decimal): -2682543 or 5312983. OLE color: 5312983.
HSL color Cylindrical-coordinate representation of color #D71151: hue angle of 340.61º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71151 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.16 |
| HSL | 340.61º | 0.85% | 0.45% | - |
| HSV(B) | 340.61º | 0.92% | 0.84% | - |
| XYZ | 29.71 | 15.44 | 9.2 | - |
| YUV | 83.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 81 | 0 | 0.92 | 0.62 | 0.16 | 340.61 | 0.85 | 0.45 |
| Hex | D7 | 11 | 51 | 0 | 5C | 3E | 10 | 155 | 55 | 2D |
| Octal | 327 | 21 | 121 | 0 | 134 | 76 | 20 | 525 | 125 | 55 |
| Binary | 11010111 | 10001 | 1010001 | 0 | 1011100 | 111110 | 10000 | 101010101 | 1010101 | 101101 |
Color Harmonies of #D71151
Complementary color
Monochromatic Colors of #D71151
Black with #D71151
Text Example
Text Example
White with #D71151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71151; }
p { color: rgb(215,17,81); }
H1.HeaderClassName
{
color: #D71151;
}
.AnyTagClassName
{
color: #D71151;
}
</style>
background-color css
<style>
a { background-color: #D71151; }
a { background-color: rgb(215,17,81); }
div.DivClassName
{
background-color: #D71151;
}
.BgClassName
{
background-color: #D71151;
}
</style>
border-color css
<style>
span { border-color: #D71151; }
span { border-color: rgb(215,17,81); }
td.TdClassName
{
border-color: #D71151;
}
.TagClassName
{
border-color: #D71151;
}
</style>