Shades of Ruby #D1176D
Tints of Ruby #D1176D
RGB
CMYK
RGB Variations
Color information
#D1176D (or 0xD1176D) is known color: Ruby. HEX triplet: D1, 17 and 6D. RGB value is (209,23,109). Sum of RGB (Red+Green+Blue) = 209+23+109=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D1176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1176D is #2EE892. Grayscale: #585858. Windows color (decimal): -3074195 or 7149521. OLE color: 7149521.
HSL color Cylindrical-coordinate representation of color #D1176D: hue angle of 332.26º 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 #D1176D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 109 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.26º | 0.8% | 0.45% | - |
| HSV(B) | 332.26º | 0.89% | 0.82% | - |
| XYZ | 29.36 | 15.27 | 15.87 | - |
| YUV | 88.42 | 139.62 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 109 | 0 | 0.89 | 0.48 | 0.18 | 332.26 | 0.8 | 0.45 |
| Hex | D1 | 17 | 6D | 0 | 59 | 30 | 12 | 14C | 50 | 2D |
| Octal | 321 | 27 | 155 | 0 | 131 | 60 | 22 | 514 | 120 | 55 |
| Binary | 11010001 | 10111 | 1101101 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1010000 | 101101 |
Color Harmonies of #D1176D
Complementary color
Monochromatic Colors of #D1176D
Black with #D1176D
Text Example
Text Example
White with #D1176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1176D; }
p { color: rgb(209,23,109); }
H1.HeaderClassName
{
color: #D1176D;
}
.AnyTagClassName
{
color: #D1176D;
}
</style>
background-color css
<style>
a { background-color: #D1176D; }
a { background-color: rgb(209,23,109); }
div.DivClassName
{
background-color: #D1176D;
}
.BgClassName
{
background-color: #D1176D;
}
</style>
border-color css
<style>
span { border-color: #D1176D; }
span { border-color: rgb(209,23,109); }
td.TdClassName
{
border-color: #D1176D;
}
.TagClassName
{
border-color: #D1176D;
}
</style>