Shades of Ruby #D70971
Tints of Ruby #D70971
RGB
CMYK
RGB Variations
Color information
#D70971 (or 0xD70971) is known color: Ruby. HEX triplet: D7, 09 and 71. RGB value is (215,9,113). Sum of RGB (Red+Green+Blue) = 215+9+113=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D70971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70971 is #28F68E. Grayscale: #525252. Windows color (decimal): -2684559 or 7408087. OLE color: 7408087.
HSL color Cylindrical-coordinate representation of color #D70971: hue angle of 329.71º degrees, saturation: 0.92, 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 #D70971 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.16 |
| HSL | 329.71º | 0.92% | 0.44% | - |
| HSV(B) | 329.71º | 0.96% | 0.84% | - |
| XYZ | 31.1 | 15.83 | 17.04 | - |
| YUV | 82.45 | 145.25 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 113 | 0 | 0.96 | 0.47 | 0.16 | 329.71 | 0.92 | 0.44 |
| Hex | D7 | 9 | 71 | 0 | 60 | 2F | 10 | 14A | 5C | 2C |
| Octal | 327 | 11 | 161 | 0 | 140 | 57 | 20 | 512 | 134 | 54 |
| Binary | 11010111 | 1001 | 1110001 | 0 | 1100000 | 101111 | 10000 | 101001010 | 1011100 | 101100 |
Color Harmonies of #D70971
Complementary color
Monochromatic Colors of #D70971
Black with #D70971
Text Example
Text Example
White with #D70971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70971; }
p { color: rgb(215,9,113); }
H1.HeaderClassName
{
color: #D70971;
}
.AnyTagClassName
{
color: #D70971;
}
</style>
background-color css
<style>
a { background-color: #D70971; }
a { background-color: rgb(215,9,113); }
div.DivClassName
{
background-color: #D70971;
}
.BgClassName
{
background-color: #D70971;
}
</style>
border-color css
<style>
span { border-color: #D70971; }
span { border-color: rgb(215,9,113); }
td.TdClassName
{
border-color: #D70971;
}
.TagClassName
{
border-color: #D70971;
}
</style>