Shades of Ruby #D70A70
Tints of Ruby #D70A70
RGB
CMYK
RGB Variations
Color information
#D70A70 (or 0xD70A70) is known color: Ruby. HEX triplet: D7, 0A and 70. RGB value is (215,10,112). Sum of RGB (Red+Green+Blue) = 215+10+112=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 10 (4.30% from 255 or 2.97% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70A70 is #28F58F. Grayscale: #525252. Windows color (decimal): -2684304 or 7342807. OLE color: 7342807.
HSL color Cylindrical-coordinate representation of color #D70A70: hue angle of 330.15º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70A70 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 112 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.16 |
| HSL | 330.15º | 0.91% | 0.44% | - |
| HSV(B) | 330.15º | 0.95% | 0.84% | - |
| XYZ | 31.06 | 15.83 | 16.75 | - |
| YUV | 82.92 | 144.42 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 112 | 0 | 0.95 | 0.48 | 0.16 | 330.15 | 0.91 | 0.44 |
| Hex | D7 | A | 70 | 0 | 5F | 30 | 10 | 14A | 5B | 2C |
| Octal | 327 | 12 | 160 | 0 | 137 | 60 | 20 | 512 | 133 | 54 |
| Binary | 11010111 | 1010 | 1110000 | 0 | 1011111 | 110000 | 10000 | 101001010 | 1011011 | 101100 |
Color Harmonies of #D70A70
Complementary color
Monochromatic Colors of #D70A70
Black with #D70A70
Text Example
Text Example
White with #D70A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A70; }
p { color: rgb(215,10,112); }
H1.HeaderClassName
{
color: #D70A70;
}
.AnyTagClassName
{
color: #D70A70;
}
</style>
background-color css
<style>
a { background-color: #D70A70; }
a { background-color: rgb(215,10,112); }
div.DivClassName
{
background-color: #D70A70;
}
.BgClassName
{
background-color: #D70A70;
}
</style>
border-color css
<style>
span { border-color: #D70A70; }
span { border-color: rgb(215,10,112); }
td.TdClassName
{
border-color: #D70A70;
}
.TagClassName
{
border-color: #D70A70;
}
</style>