Shades of Ruby #D70F59
Tints of Ruby #D70F59
RGB
CMYK
RGB Variations
Color information
#D70F59 (or 0xD70F59) is known color: Ruby. HEX triplet: D7, 0F and 59. RGB value is (215,15,89). Sum of RGB (Red+Green+Blue) = 215+15+89=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F59 is #28F0A6. Grayscale: #535353. Windows color (decimal): -2683047 or 5836759. OLE color: 5836759.
HSL color Cylindrical-coordinate representation of color #D70F59: hue angle of 337.8º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F59 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 89 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.16 |
| HSL | 337.8º | 0.87% | 0.45% | - |
| HSV(B) | 337.8º | 0.93% | 0.84% | - |
| XYZ | 30 | 15.51 | 10.86 | - |
| YUV | 83.24 | 131.26 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 89 | 0 | 0.93 | 0.59 | 0.16 | 337.8 | 0.87 | 0.45 |
| Hex | D7 | F | 59 | 0 | 5D | 3B | 10 | 152 | 57 | 2D |
| Octal | 327 | 17 | 131 | 0 | 135 | 73 | 20 | 522 | 127 | 55 |
| Binary | 11010111 | 1111 | 1011001 | 0 | 1011101 | 111011 | 10000 | 101010010 | 1010111 | 101101 |
Color Harmonies of #D70F59
Complementary color
Monochromatic Colors of #D70F59
Black with #D70F59
Text Example
Text Example
White with #D70F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F59; }
p { color: rgb(215,15,89); }
H1.HeaderClassName
{
color: #D70F59;
}
.AnyTagClassName
{
color: #D70F59;
}
</style>
background-color css
<style>
a { background-color: #D70F59; }
a { background-color: rgb(215,15,89); }
div.DivClassName
{
background-color: #D70F59;
}
.BgClassName
{
background-color: #D70F59;
}
</style>
border-color css
<style>
span { border-color: #D70F59; }
span { border-color: rgb(215,15,89); }
td.TdClassName
{
border-color: #D70F59;
}
.TagClassName
{
border-color: #D70F59;
}
</style>