Shades of Ruby #D70E70
Tints of Ruby #D70E70
RGB
CMYK
RGB Variations
Color information
#D70E70 (or 0xD70E70) is known color: Ruby. HEX triplet: D7, 0E and 70. RGB value is (215,14,112). Sum of RGB (Red+Green+Blue) = 215+14+112=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E70 is #28F18F. Grayscale: #555555. Windows color (decimal): -2683280 or 7343831. OLE color: 7343831.
HSL color Cylindrical-coordinate representation of color #D70E70: hue angle of 330.75º 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 #D70E70 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 112 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.16 |
| HSL | 330.75º | 0.88% | 0.45% | - |
| HSV(B) | 330.75º | 0.93% | 0.84% | - |
| XYZ | 31.11 | 15.93 | 16.76 | - |
| YUV | 85.27 | 143.09 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 112 | 0 | 0.93 | 0.48 | 0.16 | 330.75 | 0.88 | 0.45 |
| Hex | D7 | E | 70 | 0 | 5D | 30 | 10 | 14B | 58 | 2D |
| Octal | 327 | 16 | 160 | 0 | 135 | 60 | 20 | 513 | 130 | 55 |
| Binary | 11010111 | 1110 | 1110000 | 0 | 1011101 | 110000 | 10000 | 101001011 | 1011000 | 101101 |
Color Harmonies of #D70E70
Complementary color
Monochromatic Colors of #D70E70
Black with #D70E70
Text Example
Text Example
White with #D70E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E70; }
p { color: rgb(215,14,112); }
H1.HeaderClassName
{
color: #D70E70;
}
.AnyTagClassName
{
color: #D70E70;
}
</style>
background-color css
<style>
a { background-color: #D70E70; }
a { background-color: rgb(215,14,112); }
div.DivClassName
{
background-color: #D70E70;
}
.BgClassName
{
background-color: #D70E70;
}
</style>
border-color css
<style>
span { border-color: #D70E70; }
span { border-color: rgb(215,14,112); }
td.TdClassName
{
border-color: #D70E70;
}
.TagClassName
{
border-color: #D70E70;
}
</style>