Shades of Ruby #D70860
Tints of Ruby #D70860
RGB
CMYK
RGB Variations
Color information
#D70860 (or 0xD70860) is known color: Ruby. HEX triplet: D7, 08 and 60. RGB value is (215,8,96). Sum of RGB (Red+Green+Blue) = 215+8+96=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70860 is #28F79F. Grayscale: #4F4F4F. Windows color (decimal): -2684832 or 6293719. OLE color: 6293719.
HSL color Cylindrical-coordinate representation of color #D70860: hue angle of 334.49º 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 #D70860 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.16 |
| HSL | 334.49º | 0.93% | 0.44% | - |
| HSV(B) | 334.49º | 0.96% | 0.84% | - |
| XYZ | 30.22 | 15.47 | 12.46 | - |
| YUV | 79.93 | 137.08 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 96 | 0 | 0.96 | 0.55 | 0.16 | 334.49 | 0.93 | 0.44 |
| Hex | D7 | 8 | 60 | 0 | 60 | 37 | 10 | 14E | 5D | 2C |
| Octal | 327 | 10 | 140 | 0 | 140 | 67 | 20 | 516 | 135 | 54 |
| Binary | 11010111 | 1000 | 1100000 | 0 | 1100000 | 110111 | 10000 | 101001110 | 1011101 | 101100 |
Color Harmonies of #D70860
Complementary color
Monochromatic Colors of #D70860
Black with #D70860
Text Example
Text Example
White with #D70860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70860; }
p { color: rgb(215,8,96); }
H1.HeaderClassName
{
color: #D70860;
}
.AnyTagClassName
{
color: #D70860;
}
</style>
background-color css
<style>
a { background-color: #D70860; }
a { background-color: rgb(215,8,96); }
div.DivClassName
{
background-color: #D70860;
}
.BgClassName
{
background-color: #D70860;
}
</style>
border-color css
<style>
span { border-color: #D70860; }
span { border-color: rgb(215,8,96); }
td.TdClassName
{
border-color: #D70860;
}
.TagClassName
{
border-color: #D70860;
}
</style>