Shades of Ruby #D8186C
Tints of Ruby #D8186C
RGB
CMYK
RGB Variations
Color information
#D8186C (or 0xD8186C) is known color: Ruby. HEX triplet: D8, 18 and 6C. RGB value is (216,24,108). Sum of RGB (Red+Green+Blue) = 216+24+108=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8186C is #27E793. Grayscale: #5A5A5A. Windows color (decimal): -2615188 or 7084248. OLE color: 7084248.
HSL color Cylindrical-coordinate representation of color #D8186C: hue angle of 333.75º 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 #D8186C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 24 | 108 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.15 |
| HSL | 333.75º | 0.8% | 0.47% | - |
| HSV(B) | 333.75º | 0.89% | 0.85% | - |
| XYZ | 31.35 | 16.33 | 15.69 | - |
| YUV | 90.98 | 137.61 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 24 | 108 | 0 | 0.89 | 0.50 | 0.15 | 333.75 | 0.8 | 0.47 |
| Hex | D8 | 18 | 6C | 0 | 59 | 32 | F | 14E | 50 | 2F |
| Octal | 330 | 30 | 154 | 0 | 131 | 62 | 17 | 516 | 120 | 57 |
| Binary | 11011000 | 11000 | 1101100 | 0 | 1011001 | 110010 | 1111 | 101001110 | 1010000 | 101111 |
Color Harmonies of #D8186C
Complementary color
Monochromatic Colors of #D8186C
Black with #D8186C
Text Example
Text Example
White with #D8186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8186C; }
p { color: rgb(216,24,108); }
H1.HeaderClassName
{
color: #D8186C;
}
.AnyTagClassName
{
color: #D8186C;
}
</style>
background-color css
<style>
a { background-color: #D8186C; }
a { background-color: rgb(216,24,108); }
div.DivClassName
{
background-color: #D8186C;
}
.BgClassName
{
background-color: #D8186C;
}
</style>
border-color css
<style>
span { border-color: #D8186C; }
span { border-color: rgb(216,24,108); }
td.TdClassName
{
border-color: #D8186C;
}
.TagClassName
{
border-color: #D8186C;
}
</style>