Shades of Ruby #D1176F
Tints of Ruby #D1176F
RGB
CMYK
RGB Variations
Color information
#D1176F (or 0xD1176F) is known color: Ruby. HEX triplet: D1, 17 and 6F. RGB value is (209,23,111). Sum of RGB (Red+Green+Blue) = 209+23+111=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 111 (43.75% from 255 or 32.36% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1176F is #2EE890. Grayscale: #585858. Windows color (decimal): -3074193 or 7280593. OLE color: 7280593.
HSL color Cylindrical-coordinate representation of color #D1176F: hue angle of 331.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1176F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 111 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.18 |
| HSL | 331.61º | 0.8% | 0.45% | - |
| HSV(B) | 331.61º | 0.89% | 0.82% | - |
| XYZ | 29.47 | 15.32 | 16.44 | - |
| YUV | 88.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 111 | 0 | 0.89 | 0.47 | 0.18 | 331.61 | 0.8 | 0.45 |
| Hex | D1 | 17 | 6F | 0 | 59 | 2F | 12 | 14C | 50 | 2D |
| Octal | 321 | 27 | 157 | 0 | 131 | 57 | 22 | 514 | 120 | 55 |
| Binary | 11010001 | 10111 | 1101111 | 0 | 1011001 | 101111 | 10010 | 101001100 | 1010000 | 101101 |
Color Harmonies of #D1176F
Complementary color
Monochromatic Colors of #D1176F
Black with #D1176F
Text Example
Text Example
White with #D1176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1176F; }
p { color: rgb(209,23,111); }
H1.HeaderClassName
{
color: #D1176F;
}
.AnyTagClassName
{
color: #D1176F;
}
</style>
background-color css
<style>
a { background-color: #D1176F; }
a { background-color: rgb(209,23,111); }
div.DivClassName
{
background-color: #D1176F;
}
.BgClassName
{
background-color: #D1176F;
}
</style>
border-color css
<style>
span { border-color: #D1176F; }
span { border-color: rgb(209,23,111); }
td.TdClassName
{
border-color: #D1176F;
}
.TagClassName
{
border-color: #D1176F;
}
</style>