Shades of Ruby #D7086C
Tints of Ruby #D7086C
RGB
CMYK
RGB Variations
Color information
#D7086C (or 0xD7086C) is known color: Ruby. HEX triplet: D7, 08 and 6C. RGB value is (215,8,108). Sum of RGB (Red+Green+Blue) = 215+8+108=331 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.95% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 215 - color contains mainly: red. Hex color #D7086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7086C is #28F793. Grayscale: #515151. Windows color (decimal): -2684820 or 7080151. OLE color: 7080151.
HSL color Cylindrical-coordinate representation of color #D7086C: hue angle of 331.01º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7086C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 108 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.16 |
| HSL | 331.01º | 0.93% | 0.44% | - |
| HSV(B) | 331.01º | 0.96% | 0.84% | - |
| XYZ | 30.82 | 15.7 | 15.59 | - |
| YUV | 81.29 | 143.08 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 108 | 0 | 0.96 | 0.50 | 0.16 | 331.01 | 0.93 | 0.44 |
| Hex | D7 | 8 | 6C | 0 | 60 | 32 | 10 | 14B | 5D | 2C |
| Octal | 327 | 10 | 154 | 0 | 140 | 62 | 20 | 513 | 135 | 54 |
| Binary | 11010111 | 1000 | 1101100 | 0 | 1100000 | 110010 | 10000 | 101001011 | 1011101 | 101100 |
Color Harmonies of #D7086C
Complementary color
Monochromatic Colors of #D7086C
Black with #D7086C
Text Example
Text Example
White with #D7086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7086C; }
p { color: rgb(215,8,108); }
H1.HeaderClassName
{
color: #D7086C;
}
.AnyTagClassName
{
color: #D7086C;
}
</style>
background-color css
<style>
a { background-color: #D7086C; }
a { background-color: rgb(215,8,108); }
div.DivClassName
{
background-color: #D7086C;
}
.BgClassName
{
background-color: #D7086C;
}
</style>
border-color css
<style>
span { border-color: #D7086C; }
span { border-color: rgb(215,8,108); }
td.TdClassName
{
border-color: #D7086C;
}
.TagClassName
{
border-color: #D7086C;
}
</style>