Shades of Ruby #D70E55
Tints of Ruby #D70E55
RGB
CMYK
RGB Variations
Color information
#D70E55 (or 0xD70E55) is known color: Ruby. HEX triplet: D7, 0E and 55. RGB value is (215,14,85). Sum of RGB (Red+Green+Blue) = 215+14+85=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E55 is #28F1AA. Grayscale: #525252. Windows color (decimal): -2683307 or 5574359. OLE color: 5574359.
HSL color Cylindrical-coordinate representation of color #D70E55: hue angle of 338.81º 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 #D70E55 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 85 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.16 |
| HSL | 338.81º | 0.88% | 0.45% | - |
| HSV(B) | 338.81º | 0.93% | 0.84% | - |
| XYZ | 29.82 | 15.42 | 10 | - |
| YUV | 82.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 85 | 0 | 0.93 | 0.60 | 0.16 | 338.81 | 0.88 | 0.45 |
| Hex | D7 | E | 55 | 0 | 5D | 3C | 10 | 153 | 58 | 2D |
| Octal | 327 | 16 | 125 | 0 | 135 | 74 | 20 | 523 | 130 | 55 |
| Binary | 11010111 | 1110 | 1010101 | 0 | 1011101 | 111100 | 10000 | 101010011 | 1011000 | 101101 |
Color Harmonies of #D70E55
Complementary color
Monochromatic Colors of #D70E55
Black with #D70E55
Text Example
Text Example
White with #D70E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E55; }
p { color: rgb(215,14,85); }
H1.HeaderClassName
{
color: #D70E55;
}
.AnyTagClassName
{
color: #D70E55;
}
</style>
background-color css
<style>
a { background-color: #D70E55; }
a { background-color: rgb(215,14,85); }
div.DivClassName
{
background-color: #D70E55;
}
.BgClassName
{
background-color: #D70E55;
}
</style>
border-color css
<style>
span { border-color: #D70E55; }
span { border-color: rgb(215,14,85); }
td.TdClassName
{
border-color: #D70E55;
}
.TagClassName
{
border-color: #D70E55;
}
</style>