Shades of Ruby #D91160
Tints of Ruby #D91160
RGB
CMYK
RGB Variations
Color information
#D91160 (or 0xD91160) is known color: Ruby. HEX triplet: D9, 11 and 60. RGB value is (217,17,96). Sum of RGB (Red+Green+Blue) = 217+17+96=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D91160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91160 is #26EE9F. Grayscale: #555555. Windows color (decimal): -2551456 or 6296025. OLE color: 6296025.
HSL color Cylindrical-coordinate representation of color #D91160: hue angle of 336.3º 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 #D91160 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 96 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.15 |
| HSL | 336.3º | 0.85% | 0.46% | - |
| HSV(B) | 336.3º | 0.92% | 0.85% | - |
| XYZ | 30.93 | 16 | 12.52 | - |
| YUV | 85.81 | 133.76 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 96 | 0 | 0.92 | 0.56 | 0.15 | 336.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | 60 | 0 | 5C | 38 | F | 150 | 55 | 2E |
| Octal | 331 | 21 | 140 | 0 | 134 | 70 | 17 | 520 | 125 | 56 |
| Binary | 11011001 | 10001 | 1100000 | 0 | 1011100 | 111000 | 1111 | 101010000 | 1010101 | 101110 |
Color Harmonies of #D91160
Complementary color
Monochromatic Colors of #D91160
Black with #D91160
Text Example
Text Example
White with #D91160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91160; }
p { color: rgb(217,17,96); }
H1.HeaderClassName
{
color: #D91160;
}
.AnyTagClassName
{
color: #D91160;
}
</style>
background-color css
<style>
a { background-color: #D91160; }
a { background-color: rgb(217,17,96); }
div.DivClassName
{
background-color: #D91160;
}
.BgClassName
{
background-color: #D91160;
}
</style>
border-color css
<style>
span { border-color: #D91160; }
span { border-color: rgb(217,17,96); }
td.TdClassName
{
border-color: #D91160;
}
.TagClassName
{
border-color: #D91160;
}
</style>