Shades of Ruby #D1166C
Tints of Ruby #D1166C
RGB
CMYK
RGB Variations
Color information
#D1166C (or 0xD1166C) is known color: Ruby. HEX triplet: D1, 16 and 6C. RGB value is (209,22,108). Sum of RGB (Red+Green+Blue) = 209+22+108=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D1166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1166C is #2EE993. Grayscale: #575757. Windows color (decimal): -3074452 or 7083729. OLE color: 7083729.
HSL color Cylindrical-coordinate representation of color #D1166C: hue angle of 332.41º degrees, saturation: 0.81, 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 #D1166C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 108 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.41º | 0.81% | 0.45% | - |
| HSV(B) | 332.41º | 0.89% | 0.82% | - |
| XYZ | 29.29 | 15.21 | 15.58 | - |
| YUV | 87.72 | 139.45 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 108 | 0 | 0.89 | 0.48 | 0.18 | 332.41 | 0.81 | 0.45 |
| Hex | D1 | 16 | 6C | 0 | 59 | 30 | 12 | 14C | 51 | 2D |
| Octal | 321 | 26 | 154 | 0 | 131 | 60 | 22 | 514 | 121 | 55 |
| Binary | 11010001 | 10110 | 1101100 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1010001 | 101101 |
Color Harmonies of #D1166C
Complementary color
Monochromatic Colors of #D1166C
Black with #D1166C
Text Example
Text Example
White with #D1166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1166C; }
p { color: rgb(209,22,108); }
H1.HeaderClassName
{
color: #D1166C;
}
.AnyTagClassName
{
color: #D1166C;
}
</style>
background-color css
<style>
a { background-color: #D1166C; }
a { background-color: rgb(209,22,108); }
div.DivClassName
{
background-color: #D1166C;
}
.BgClassName
{
background-color: #D1166C;
}
</style>
border-color css
<style>
span { border-color: #D1166C; }
span { border-color: rgb(209,22,108); }
td.TdClassName
{
border-color: #D1166C;
}
.TagClassName
{
border-color: #D1166C;
}
</style>