Shades of Ruby #D9086C
Tints of Ruby #D9086C
RGB
CMYK
RGB Variations
Color information
#D9086C (or 0xD9086C) is known color: Ruby. HEX triplet: D9, 08 and 6C. RGB value is (217,8,108). Sum of RGB (Red+Green+Blue) = 217+8+108=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9086C is #26F793. Grayscale: #515151. Windows color (decimal): -2553748 or 7080153. OLE color: 7080153.
HSL color Cylindrical-coordinate representation of color #D9086C: hue angle of 331.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9086C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.15 |
| HSL | 331.29º | 0.93% | 0.44% | - |
| HSV(B) | 331.29º | 0.96% | 0.85% | - |
| XYZ | 31.41 | 16.01 | 15.62 | - |
| YUV | 81.89 | 142.74 | 224.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 108 | 0 | 0.96 | 0.50 | 0.15 | 331.29 | 0.93 | 0.44 |
| Hex | D9 | 8 | 6C | 0 | 60 | 32 | F | 14B | 5D | 2C |
| Octal | 331 | 10 | 154 | 0 | 140 | 62 | 17 | 513 | 135 | 54 |
| Binary | 11011001 | 1000 | 1101100 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011101 | 101100 |
Color Harmonies of #D9086C
Complementary color
Monochromatic Colors of #D9086C
Black with #D9086C
Text Example
Text Example
White with #D9086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9086C; }
p { color: rgb(217,8,108); }
H1.HeaderClassName
{
color: #D9086C;
}
.AnyTagClassName
{
color: #D9086C;
}
</style>
background-color css
<style>
a { background-color: #D9086C; }
a { background-color: rgb(217,8,108); }
div.DivClassName
{
background-color: #D9086C;
}
.BgClassName
{
background-color: #D9086C;
}
</style>
border-color css
<style>
span { border-color: #D9086C; }
span { border-color: rgb(217,8,108); }
td.TdClassName
{
border-color: #D9086C;
}
.TagClassName
{
border-color: #D9086C;
}
</style>