Shades of Ruby #D9186E
Tints of Ruby #D9186E
RGB
CMYK
RGB Variations
Color information
#D9186E (or 0xD9186E) is known color: Ruby. HEX triplet: D9, 18 and 6E. RGB value is (217,24,110). Sum of RGB (Red+Green+Blue) = 217+24+110=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D9186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9186E is #26E791. Grayscale: #5B5B5B. Windows color (decimal): -2549650 or 7215321. OLE color: 7215321.
HSL color Cylindrical-coordinate representation of color #D9186E: hue angle of 333.26º 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 #D9186E is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 110 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.15 |
| HSL | 333.26º | 0.8% | 0.47% | - |
| HSV(B) | 333.26º | 0.89% | 0.85% | - |
| XYZ | 31.76 | 16.53 | 16.27 | - |
| YUV | 91.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 110 | 0 | 0.89 | 0.49 | 0.15 | 333.26 | 0.8 | 0.47 |
| Hex | D9 | 18 | 6E | 0 | 59 | 31 | F | 14D | 50 | 2F |
| Octal | 331 | 30 | 156 | 0 | 131 | 61 | 17 | 515 | 120 | 57 |
| Binary | 11011001 | 11000 | 1101110 | 0 | 1011001 | 110001 | 1111 | 101001101 | 1010000 | 101111 |
Color Harmonies of #D9186E
Complementary color
Monochromatic Colors of #D9186E
Black with #D9186E
Text Example
Text Example
White with #D9186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9186E; }
p { color: rgb(217,24,110); }
H1.HeaderClassName
{
color: #D9186E;
}
.AnyTagClassName
{
color: #D9186E;
}
</style>
background-color css
<style>
a { background-color: #D9186E; }
a { background-color: rgb(217,24,110); }
div.DivClassName
{
background-color: #D9186E;
}
.BgClassName
{
background-color: #D9186E;
}
</style>
border-color css
<style>
span { border-color: #D9186E; }
span { border-color: rgb(217,24,110); }
td.TdClassName
{
border-color: #D9186E;
}
.TagClassName
{
border-color: #D9186E;
}
</style>