Shades of Ruby #D70C71
Tints of Ruby #D70C71
RGB
CMYK
RGB Variations
Color information
#D70C71 (or 0xD70C71) is known color: Ruby. HEX triplet: D7, 0C and 71. RGB value is (215,12,113). Sum of RGB (Red+Green+Blue) = 215+12+113=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C71 is #28F38E. Grayscale: #545454. Windows color (decimal): -2683791 or 7408855. OLE color: 7408855.
HSL color Cylindrical-coordinate representation of color #D70C71: hue angle of 330.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C71 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 113 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.16 |
| HSL | 330.15º | 0.89% | 0.45% | - |
| HSV(B) | 330.15º | 0.94% | 0.84% | - |
| XYZ | 31.14 | 15.9 | 17.05 | - |
| YUV | 84.21 | 144.25 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 113 | 0 | 0.94 | 0.47 | 0.16 | 330.15 | 0.89 | 0.45 |
| Hex | D7 | C | 71 | 0 | 5E | 2F | 10 | 14A | 59 | 2D |
| Octal | 327 | 14 | 161 | 0 | 136 | 57 | 20 | 512 | 131 | 55 |
| Binary | 11010111 | 1100 | 1110001 | 0 | 1011110 | 101111 | 10000 | 101001010 | 1011001 | 101101 |
Color Harmonies of #D70C71
Complementary color
Monochromatic Colors of #D70C71
Black with #D70C71
Text Example
Text Example
White with #D70C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C71; }
p { color: rgb(215,12,113); }
H1.HeaderClassName
{
color: #D70C71;
}
.AnyTagClassName
{
color: #D70C71;
}
</style>
background-color css
<style>
a { background-color: #D70C71; }
a { background-color: rgb(215,12,113); }
div.DivClassName
{
background-color: #D70C71;
}
.BgClassName
{
background-color: #D70C71;
}
</style>
border-color css
<style>
span { border-color: #D70C71; }
span { border-color: rgb(215,12,113); }
td.TdClassName
{
border-color: #D70C71;
}
.TagClassName
{
border-color: #D70C71;
}
</style>