Shades of Ruby #D1186E
Tints of Ruby #D1186E
RGB
CMYK
RGB Variations
Color information
#D1186E (or 0xD1186E) is known color: Ruby. HEX triplet: D1, 18 and 6E. RGB value is (209,24,110). Sum of RGB (Red+Green+Blue) = 209+24+110=343 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.93% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 209 - color contains mainly: red. Hex color #D1186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1186E is #2EE791. Grayscale: #585858. Windows color (decimal): -3073938 or 7215313. OLE color: 7215313.
HSL color Cylindrical-coordinate representation of color #D1186E: hue angle of 332.11º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1186E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.18 |
| HSL | 332.11º | 0.79% | 0.46% | - |
| HSV(B) | 332.11º | 0.89% | 0.82% | - |
| XYZ | 29.44 | 15.33 | 16.16 | - |
| YUV | 89.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 110 | 0 | 0.89 | 0.47 | 0.18 | 332.11 | 0.79 | 0.46 |
| Hex | D1 | 18 | 6E | 0 | 59 | 2F | 12 | 14C | 4F | 2E |
| Octal | 321 | 30 | 156 | 0 | 131 | 57 | 22 | 514 | 117 | 56 |
| Binary | 11010001 | 11000 | 1101110 | 0 | 1011001 | 101111 | 10010 | 101001100 | 1001111 | 101110 |
Color Harmonies of #D1186E
Complementary color
Monochromatic Colors of #D1186E
Black with #D1186E
Text Example
Text Example
White with #D1186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1186E; }
p { color: rgb(209,24,110); }
H1.HeaderClassName
{
color: #D1186E;
}
.AnyTagClassName
{
color: #D1186E;
}
</style>
background-color css
<style>
a { background-color: #D1186E; }
a { background-color: rgb(209,24,110); }
div.DivClassName
{
background-color: #D1186E;
}
.BgClassName
{
background-color: #D1186E;
}
</style>
border-color css
<style>
span { border-color: #D1186E; }
span { border-color: rgb(209,24,110); }
td.TdClassName
{
border-color: #D1186E;
}
.TagClassName
{
border-color: #D1186E;
}
</style>