Shades of Ruby #D91169
Tints of Ruby #D91169
RGB
CMYK
RGB Variations
Color information
#D91169 (or 0xD91169) is known color: Ruby. HEX triplet: D9, 11 and 69. RGB value is (217,17,105). Sum of RGB (Red+Green+Blue) = 217+17+105=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D91169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91169 is #26EE96. Grayscale: #565656. Windows color (decimal): -2551447 or 6885849. OLE color: 6885849.
HSL color Cylindrical-coordinate representation of color #D91169: hue angle of 333.6º 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 #D91169 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 105 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.15 |
| HSL | 333.6º | 0.85% | 0.46% | - |
| HSV(B) | 333.6º | 0.92% | 0.85% | - |
| XYZ | 31.37 | 16.17 | 14.83 | - |
| YUV | 86.83 | 138.26 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 105 | 0 | 0.92 | 0.52 | 0.15 | 333.6 | 0.85 | 0.46 |
| Hex | D9 | 11 | 69 | 0 | 5C | 34 | F | 14E | 55 | 2E |
| Octal | 331 | 21 | 151 | 0 | 134 | 64 | 17 | 516 | 125 | 56 |
| Binary | 11011001 | 10001 | 1101001 | 0 | 1011100 | 110100 | 1111 | 101001110 | 1010101 | 101110 |
Color Harmonies of #D91169
Complementary color
Monochromatic Colors of #D91169
Black with #D91169
Text Example
Text Example
White with #D91169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91169; }
p { color: rgb(217,17,105); }
H1.HeaderClassName
{
color: #D91169;
}
.AnyTagClassName
{
color: #D91169;
}
</style>
background-color css
<style>
a { background-color: #D91169; }
a { background-color: rgb(217,17,105); }
div.DivClassName
{
background-color: #D91169;
}
.BgClassName
{
background-color: #D91169;
}
</style>
border-color css
<style>
span { border-color: #D91169; }
span { border-color: rgb(217,17,105); }
td.TdClassName
{
border-color: #D91169;
}
.TagClassName
{
border-color: #D91169;
}
</style>