Shades of Ruby #D70E57
Tints of Ruby #D70E57
RGB
CMYK
RGB Variations
Color information
#D70E57 (or 0xD70E57) is known color: Ruby. HEX triplet: D7, 0E and 57. RGB value is (215,14,87). Sum of RGB (Red+Green+Blue) = 215+14+87=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E57 is #28F1A8. Grayscale: #525252. Windows color (decimal): -2683305 or 5705431. OLE color: 5705431.
HSL color Cylindrical-coordinate representation of color #D70E57: hue angle of 338.21º degrees, saturation: 0.88, 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 #D70E57 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 87 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.16 |
| HSL | 338.21º | 0.88% | 0.45% | - |
| HSV(B) | 338.21º | 0.93% | 0.84% | - |
| XYZ | 29.9 | 15.45 | 10.42 | - |
| YUV | 82.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 87 | 0 | 0.93 | 0.60 | 0.16 | 338.21 | 0.88 | 0.45 |
| Hex | D7 | E | 57 | 0 | 5D | 3C | 10 | 152 | 58 | 2D |
| Octal | 327 | 16 | 127 | 0 | 135 | 74 | 20 | 522 | 130 | 55 |
| Binary | 11010111 | 1110 | 1010111 | 0 | 1011101 | 111100 | 10000 | 101010010 | 1011000 | 101101 |
Color Harmonies of #D70E57
Complementary color
Monochromatic Colors of #D70E57
Black with #D70E57
Text Example
Text Example
White with #D70E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E57; }
p { color: rgb(215,14,87); }
H1.HeaderClassName
{
color: #D70E57;
}
.AnyTagClassName
{
color: #D70E57;
}
</style>
background-color css
<style>
a { background-color: #D70E57; }
a { background-color: rgb(215,14,87); }
div.DivClassName
{
background-color: #D70E57;
}
.BgClassName
{
background-color: #D70E57;
}
</style>
border-color css
<style>
span { border-color: #D70E57; }
span { border-color: rgb(215,14,87); }
td.TdClassName
{
border-color: #D70E57;
}
.TagClassName
{
border-color: #D70E57;
}
</style>