Shades of Ruby #D91151
Tints of Ruby #D91151
RGB
CMYK
RGB Variations
Color information
#D91151 (or 0xD91151) is known color: Ruby. HEX triplet: D9, 11 and 51. RGB value is (217,17,81). Sum of RGB (Red+Green+Blue) = 217+17+81=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D91151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91151 is #26EEAE. Grayscale: #545454. Windows color (decimal): -2551471 or 5312985. OLE color: 5312985.
HSL color Cylindrical-coordinate representation of color #D91151: hue angle of 340.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91151 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.15 |
| HSL | 340.8º | 0.85% | 0.46% | - |
| HSV(B) | 340.8º | 0.92% | 0.85% | - |
| XYZ | 30.3 | 15.75 | 9.23 | - |
| YUV | 84.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 81 | 0 | 0.92 | 0.63 | 0.15 | 340.8 | 0.85 | 0.46 |
| Hex | D9 | 11 | 51 | 0 | 5C | 3F | F | 155 | 55 | 2E |
| Octal | 331 | 21 | 121 | 0 | 134 | 77 | 17 | 525 | 125 | 56 |
| Binary | 11011001 | 10001 | 1010001 | 0 | 1011100 | 111111 | 1111 | 101010101 | 1010101 | 101110 |
Color Harmonies of #D91151
Complementary color
Monochromatic Colors of #D91151
Black with #D91151
Text Example
Text Example
White with #D91151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91151; }
p { color: rgb(217,17,81); }
H1.HeaderClassName
{
color: #D91151;
}
.AnyTagClassName
{
color: #D91151;
}
</style>
background-color css
<style>
a { background-color: #D91151; }
a { background-color: rgb(217,17,81); }
div.DivClassName
{
background-color: #D91151;
}
.BgClassName
{
background-color: #D91151;
}
</style>
border-color css
<style>
span { border-color: #D91151; }
span { border-color: rgb(217,17,81); }
td.TdClassName
{
border-color: #D91151;
}
.TagClassName
{
border-color: #D91151;
}
</style>