Shades of Ruby #D8086D
Tints of Ruby #D8086D
RGB
CMYK
RGB Variations
Color information
#D8086D (or 0xD8086D) is known color: Ruby. HEX triplet: D8, 08 and 6D. RGB value is (216,8,109). Sum of RGB (Red+Green+Blue) = 216+8+109=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D8086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8086D is #27F792. Grayscale: #515151. Windows color (decimal): -2619283 or 7145688. OLE color: 7145688.
HSL color Cylindrical-coordinate representation of color #D8086D: hue angle of 330.87º 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 #D8086D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.15 |
| HSL | 330.87º | 0.93% | 0.44% | - |
| HSV(B) | 330.87º | 0.96% | 0.85% | - |
| XYZ | 31.17 | 15.88 | 15.89 | - |
| YUV | 81.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 109 | 0 | 0.96 | 0.50 | 0.15 | 330.87 | 0.93 | 0.44 |
| Hex | D8 | 8 | 6D | 0 | 60 | 32 | F | 14B | 5D | 2C |
| Octal | 330 | 10 | 155 | 0 | 140 | 62 | 17 | 513 | 135 | 54 |
| Binary | 11011000 | 1000 | 1101101 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011101 | 101100 |
Color Harmonies of #D8086D
Complementary color
Monochromatic Colors of #D8086D
Black with #D8086D
Text Example
Text Example
White with #D8086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8086D; }
p { color: rgb(216,8,109); }
H1.HeaderClassName
{
color: #D8086D;
}
.AnyTagClassName
{
color: #D8086D;
}
</style>
background-color css
<style>
a { background-color: #D8086D; }
a { background-color: rgb(216,8,109); }
div.DivClassName
{
background-color: #D8086D;
}
.BgClassName
{
background-color: #D8086D;
}
</style>
border-color css
<style>
span { border-color: #D8086D; }
span { border-color: rgb(216,8,109); }
td.TdClassName
{
border-color: #D8086D;
}
.TagClassName
{
border-color: #D8086D;
}
</style>