Shades of Ruby #D8086C
Tints of Ruby #D8086C
RGB
CMYK
RGB Variations
Color information
#D8086C (or 0xD8086C) is known color: Ruby. HEX triplet: D8, 08 and 6C. RGB value is (216,8,108). Sum of RGB (Red+Green+Blue) = 216+8+108=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8086C is #27F793. Grayscale: #515151. Windows color (decimal): -2619284 or 7080152. OLE color: 7080152.
HSL color Cylindrical-coordinate representation of color #D8086C: hue angle of 331.15º 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 #D8086C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.15 |
| HSL | 331.15º | 0.93% | 0.44% | - |
| HSV(B) | 331.15º | 0.96% | 0.85% | - |
| XYZ | 31.11 | 15.86 | 15.61 | - |
| YUV | 81.59 | 142.91 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 108 | 0 | 0.96 | 0.50 | 0.15 | 331.15 | 0.93 | 0.44 |
| Hex | D8 | 8 | 6C | 0 | 60 | 32 | F | 14B | 5D | 2C |
| Octal | 330 | 10 | 154 | 0 | 140 | 62 | 17 | 513 | 135 | 54 |
| Binary | 11011000 | 1000 | 1101100 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011101 | 101100 |
Color Harmonies of #D8086C
Complementary color
Monochromatic Colors of #D8086C
Black with #D8086C
Text Example
Text Example
White with #D8086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8086C; }
p { color: rgb(216,8,108); }
H1.HeaderClassName
{
color: #D8086C;
}
.AnyTagClassName
{
color: #D8086C;
}
</style>
background-color css
<style>
a { background-color: #D8086C; }
a { background-color: rgb(216,8,108); }
div.DivClassName
{
background-color: #D8086C;
}
.BgClassName
{
background-color: #D8086C;
}
</style>
border-color css
<style>
span { border-color: #D8086C; }
span { border-color: rgb(216,8,108); }
td.TdClassName
{
border-color: #D8086C;
}
.TagClassName
{
border-color: #D8086C;
}
</style>