Shades of Ruby #D8086E
Tints of Ruby #D8086E
RGB
CMYK
RGB Variations
Color information
#D8086E (or 0xD8086E) is known color: Ruby. HEX triplet: D8, 08 and 6E. RGB value is (216,8,110). Sum of RGB (Red+Green+Blue) = 216+8+110=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8086E is #27F791. Grayscale: #515151. Windows color (decimal): -2619282 or 7211224. OLE color: 7211224.
HSL color Cylindrical-coordinate representation of color #D8086E: hue angle of 330.58º 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 #D8086E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 110 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.15 |
| HSL | 330.58º | 0.93% | 0.44% | - |
| HSV(B) | 330.58º | 0.96% | 0.85% | - |
| XYZ | 31.22 | 15.9 | 16.18 | - |
| YUV | 81.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 110 | 0 | 0.96 | 0.49 | 0.15 | 330.58 | 0.93 | 0.44 |
| Hex | D8 | 8 | 6E | 0 | 60 | 31 | F | 14B | 5D | 2C |
| Octal | 330 | 10 | 156 | 0 | 140 | 61 | 17 | 513 | 135 | 54 |
| Binary | 11011000 | 1000 | 1101110 | 0 | 1100000 | 110001 | 1111 | 101001011 | 1011101 | 101100 |
Color Harmonies of #D8086E
Complementary color
Monochromatic Colors of #D8086E
Black with #D8086E
Text Example
Text Example
White with #D8086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8086E; }
p { color: rgb(216,8,110); }
H1.HeaderClassName
{
color: #D8086E;
}
.AnyTagClassName
{
color: #D8086E;
}
</style>
background-color css
<style>
a { background-color: #D8086E; }
a { background-color: rgb(216,8,110); }
div.DivClassName
{
background-color: #D8086E;
}
.BgClassName
{
background-color: #D8086E;
}
</style>
border-color css
<style>
span { border-color: #D8086E; }
span { border-color: rgb(216,8,110); }
td.TdClassName
{
border-color: #D8086E;
}
.TagClassName
{
border-color: #D8086E;
}
</style>