Shades of Ruby #D9186D
Tints of Ruby #D9186D
RGB
CMYK
RGB Variations
Color information
#D9186D (or 0xD9186D) is known color: Ruby. HEX triplet: D9, 18 and 6D. RGB value is (217,24,109). Sum of RGB (Red+Green+Blue) = 217+24+109=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D9186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9186D is #26E792. Grayscale: #5B5B5B. Windows color (decimal): -2549651 or 7149785. OLE color: 7149785.
HSL color Cylindrical-coordinate representation of color #D9186D: hue angle of 333.58º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9186D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 109 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.15 |
| HSL | 333.58º | 0.8% | 0.47% | - |
| HSV(B) | 333.58º | 0.89% | 0.85% | - |
| XYZ | 31.7 | 16.51 | 15.98 | - |
| YUV | 91.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 109 | 0 | 0.89 | 0.50 | 0.15 | 333.58 | 0.8 | 0.47 |
| Hex | D9 | 18 | 6D | 0 | 59 | 32 | F | 14E | 50 | 2F |
| Octal | 331 | 30 | 155 | 0 | 131 | 62 | 17 | 516 | 120 | 57 |
| Binary | 11011001 | 11000 | 1101101 | 0 | 1011001 | 110010 | 1111 | 101001110 | 1010000 | 101111 |
Color Harmonies of #D9186D
Complementary color
Monochromatic Colors of #D9186D
Black with #D9186D
Text Example
Text Example
White with #D9186D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9186D; }
p { color: rgb(217,24,109); }
H1.HeaderClassName
{
color: #D9186D;
}
.AnyTagClassName
{
color: #D9186D;
}
</style>
background-color css
<style>
a { background-color: #D9186D; }
a { background-color: rgb(217,24,109); }
div.DivClassName
{
background-color: #D9186D;
}
.BgClassName
{
background-color: #D9186D;
}
</style>
border-color css
<style>
span { border-color: #D9186D; }
span { border-color: rgb(217,24,109); }
td.TdClassName
{
border-color: #D9186D;
}
.TagClassName
{
border-color: #D9186D;
}
</style>