Shades of Ruby #D1186D
Tints of Ruby #D1186D
RGB
CMYK
RGB Variations
Color information
#D1186D (or 0xD1186D) is known color: Ruby. HEX triplet: D1, 18 and 6D. RGB value is (209,24,109). Sum of RGB (Red+Green+Blue) = 209+24+109=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1186D is #2EE792. Grayscale: #585858. Windows color (decimal): -3073939 or 7149777. OLE color: 7149777.
HSL color Cylindrical-coordinate representation of color #D1186D: hue angle of 332.43º 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 #D1186D is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.18 |
| HSL | 332.43º | 0.79% | 0.46% | - |
| HSV(B) | 332.43º | 0.89% | 0.82% | - |
| XYZ | 29.38 | 15.31 | 15.88 | - |
| YUV | 89.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 109 | 0 | 0.89 | 0.48 | 0.18 | 332.43 | 0.79 | 0.46 |
| Hex | D1 | 18 | 6D | 0 | 59 | 30 | 12 | 14C | 4F | 2E |
| Octal | 321 | 30 | 155 | 0 | 131 | 60 | 22 | 514 | 117 | 56 |
| Binary | 11010001 | 11000 | 1101101 | 0 | 1011001 | 110000 | 10010 | 101001100 | 1001111 | 101110 |
Color Harmonies of #D1186D
Complementary color
Monochromatic Colors of #D1186D
Black with #D1186D
Text Example
Text Example
White with #D1186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1186D; }
p { color: rgb(209,24,109); }
H1.HeaderClassName
{
color: #D1186D;
}
.AnyTagClassName
{
color: #D1186D;
}
</style>
background-color css
<style>
a { background-color: #D1186D; }
a { background-color: rgb(209,24,109); }
div.DivClassName
{
background-color: #D1186D;
}
.BgClassName
{
background-color: #D1186D;
}
</style>
border-color css
<style>
span { border-color: #D1186D; }
span { border-color: rgb(209,24,109); }
td.TdClassName
{
border-color: #D1186D;
}
.TagClassName
{
border-color: #D1186D;
}
</style>