Shades of Ruby #D91174
Tints of Ruby #D91174
RGB
CMYK
RGB Variations
Color information
#D91174 (or 0xD91174) is known color: Ruby. HEX triplet: D9, 11 and 74. RGB value is (217,17,116). Sum of RGB (Red+Green+Blue) = 217+17+116=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D91174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91174 is #26EE8B. Grayscale: #575757. Windows color (decimal): -2551436 or 7606745. OLE color: 7606745.
HSL color Cylindrical-coordinate representation of color #D91174: hue angle of 330.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 #D91174 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 116 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.15 |
| HSL | 330.3º | 0.85% | 0.46% | - |
| HSV(B) | 330.3º | 0.92% | 0.85% | - |
| XYZ | 31.97 | 16.41 | 18.01 | - |
| YUV | 88.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 116 | 0 | 0.92 | 0.47 | 0.15 | 330.3 | 0.85 | 0.46 |
| Hex | D9 | 11 | 74 | 0 | 5C | 2F | F | 14A | 55 | 2E |
| Octal | 331 | 21 | 164 | 0 | 134 | 57 | 17 | 512 | 125 | 56 |
| Binary | 11011001 | 10001 | 1110100 | 0 | 1011100 | 101111 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D91174
Complementary color
Monochromatic Colors of #D91174
Black with #D91174
Text Example
Text Example
White with #D91174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91174; }
p { color: rgb(217,17,116); }
H1.HeaderClassName
{
color: #D91174;
}
.AnyTagClassName
{
color: #D91174;
}
</style>
background-color css
<style>
a { background-color: #D91174; }
a { background-color: rgb(217,17,116); }
div.DivClassName
{
background-color: #D91174;
}
.BgClassName
{
background-color: #D91174;
}
</style>
border-color css
<style>
span { border-color: #D91174; }
span { border-color: rgb(217,17,116); }
td.TdClassName
{
border-color: #D91174;
}
.TagClassName
{
border-color: #D91174;
}
</style>