Shades of Ruby #D70870
Tints of Ruby #D70870
RGB
CMYK
RGB Variations
Color information
#D70870 (or 0xD70870) is known color: Ruby. HEX triplet: D7, 08 and 70. RGB value is (215,8,112). Sum of RGB (Red+Green+Blue) = 215+8+112=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70870 is #28F78F. Grayscale: #515151. Windows color (decimal): -2684816 or 7342295. OLE color: 7342295.
HSL color Cylindrical-coordinate representation of color #D70870: hue angle of 329.86º 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 #D70870 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.16 |
| HSL | 329.86º | 0.93% | 0.44% | - |
| HSV(B) | 329.86º | 0.96% | 0.84% | - |
| XYZ | 31.04 | 15.79 | 16.74 | - |
| YUV | 81.75 | 145.08 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 112 | 0 | 0.96 | 0.48 | 0.16 | 329.86 | 0.93 | 0.44 |
| Hex | D7 | 8 | 70 | 0 | 60 | 30 | 10 | 14A | 5D | 2C |
| Octal | 327 | 10 | 160 | 0 | 140 | 60 | 20 | 512 | 135 | 54 |
| Binary | 11010111 | 1000 | 1110000 | 0 | 1100000 | 110000 | 10000 | 101001010 | 1011101 | 101100 |
Color Harmonies of #D70870
Complementary color
Monochromatic Colors of #D70870
Black with #D70870
Text Example
Text Example
White with #D70870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70870; }
p { color: rgb(215,8,112); }
H1.HeaderClassName
{
color: #D70870;
}
.AnyTagClassName
{
color: #D70870;
}
</style>
background-color css
<style>
a { background-color: #D70870; }
a { background-color: rgb(215,8,112); }
div.DivClassName
{
background-color: #D70870;
}
.BgClassName
{
background-color: #D70870;
}
</style>
border-color css
<style>
span { border-color: #D70870; }
span { border-color: rgb(215,8,112); }
td.TdClassName
{
border-color: #D70870;
}
.TagClassName
{
border-color: #D70870;
}
</style>