Shades of Ruby #D91168
Tints of Ruby #D91168
RGB
CMYK
RGB Variations
Color information
#D91168 (or 0xD91168) is known color: Ruby. HEX triplet: D9, 11 and 68. RGB value is (217,17,104). Sum of RGB (Red+Green+Blue) = 217+17+104=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D91168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91168 is #26EE97. Grayscale: #565656. Windows color (decimal): -2551448 or 6820313. OLE color: 6820313.
HSL color Cylindrical-coordinate representation of color #D91168: hue angle of 333.9º 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 #D91168 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.15 |
| HSL | 333.9º | 0.85% | 0.46% | - |
| HSV(B) | 333.9º | 0.92% | 0.85% | - |
| XYZ | 31.31 | 16.15 | 14.56 | - |
| YUV | 86.72 | 137.76 | 220.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 104 | 0 | 0.92 | 0.52 | 0.15 | 333.9 | 0.85 | 0.46 |
| Hex | D9 | 11 | 68 | 0 | 5C | 34 | F | 14E | 55 | 2E |
| Octal | 331 | 21 | 150 | 0 | 134 | 64 | 17 | 516 | 125 | 56 |
| Binary | 11011001 | 10001 | 1101000 | 0 | 1011100 | 110100 | 1111 | 101001110 | 1010101 | 101110 |
Color Harmonies of #D91168
Complementary color
Monochromatic Colors of #D91168
Black with #D91168
Text Example
Text Example
White with #D91168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91168; }
p { color: rgb(217,17,104); }
H1.HeaderClassName
{
color: #D91168;
}
.AnyTagClassName
{
color: #D91168;
}
</style>
background-color css
<style>
a { background-color: #D91168; }
a { background-color: rgb(217,17,104); }
div.DivClassName
{
background-color: #D91168;
}
.BgClassName
{
background-color: #D91168;
}
</style>
border-color css
<style>
span { border-color: #D91168; }
span { border-color: rgb(217,17,104); }
td.TdClassName
{
border-color: #D91168;
}
.TagClassName
{
border-color: #D91168;
}
</style>