Shades of Ruby #D70F70
Tints of Ruby #D70F70
RGB
CMYK
RGB Variations
Color information
#D70F70 (or 0xD70F70) is known color: Ruby. HEX triplet: D7, 0F and 70. RGB value is (215,15,112). Sum of RGB (Red+Green+Blue) = 215+15+112=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70F70 is #28F08F. Grayscale: #555555. Windows color (decimal): -2683024 or 7344087. OLE color: 7344087.
HSL color Cylindrical-coordinate representation of color #D70F70: hue angle of 330.9º 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 #D70F70 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 112 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.16 |
| HSL | 330.9º | 0.87% | 0.45% | - |
| HSV(B) | 330.9º | 0.93% | 0.84% | - |
| XYZ | 31.12 | 15.96 | 16.77 | - |
| YUV | 85.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 112 | 0 | 0.93 | 0.48 | 0.16 | 330.9 | 0.87 | 0.45 |
| Hex | D7 | F | 70 | 0 | 5D | 30 | 10 | 14B | 57 | 2D |
| Octal | 327 | 17 | 160 | 0 | 135 | 60 | 20 | 513 | 127 | 55 |
| Binary | 11010111 | 1111 | 1110000 | 0 | 1011101 | 110000 | 10000 | 101001011 | 1010111 | 101101 |
Color Harmonies of #D70F70
Complementary color
Monochromatic Colors of #D70F70
Black with #D70F70
Text Example
Text Example
White with #D70F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F70; }
p { color: rgb(215,15,112); }
H1.HeaderClassName
{
color: #D70F70;
}
.AnyTagClassName
{
color: #D70F70;
}
</style>
background-color css
<style>
a { background-color: #D70F70; }
a { background-color: rgb(215,15,112); }
div.DivClassName
{
background-color: #D70F70;
}
.BgClassName
{
background-color: #D70F70;
}
</style>
border-color css
<style>
span { border-color: #D70F70; }
span { border-color: rgb(215,15,112); }
td.TdClassName
{
border-color: #D70F70;
}
.TagClassName
{
border-color: #D70F70;
}
</style>