Shades of Ruby #D70D71
Tints of Ruby #D70D71
RGB
CMYK
RGB Variations
Color information
#D70D71 (or 0xD70D71) is known color: Ruby. HEX triplet: D7, 0D and 71. RGB value is (215,13,113). Sum of RGB (Red+Green+Blue) = 215+13+113=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D71 is #28F28E. Grayscale: #545454. Windows color (decimal): -2683535 or 7409111. OLE color: 7409111.
HSL color Cylindrical-coordinate representation of color #D70D71: hue angle of 330.3º 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 #D70D71 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 113 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.16 |
| HSL | 330.3º | 0.89% | 0.45% | - |
| HSV(B) | 330.3º | 0.94% | 0.84% | - |
| XYZ | 31.15 | 15.93 | 17.06 | - |
| YUV | 84.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 113 | 0 | 0.94 | 0.47 | 0.16 | 330.3 | 0.89 | 0.45 |
| Hex | D7 | D | 71 | 0 | 5E | 2F | 10 | 14A | 59 | 2D |
| Octal | 327 | 15 | 161 | 0 | 136 | 57 | 20 | 512 | 131 | 55 |
| Binary | 11010111 | 1101 | 1110001 | 0 | 1011110 | 101111 | 10000 | 101001010 | 1011001 | 101101 |
Color Harmonies of #D70D71
Complementary color
Monochromatic Colors of #D70D71
Black with #D70D71
Text Example
Text Example
White with #D70D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D71; }
p { color: rgb(215,13,113); }
H1.HeaderClassName
{
color: #D70D71;
}
.AnyTagClassName
{
color: #D70D71;
}
</style>
background-color css
<style>
a { background-color: #D70D71; }
a { background-color: rgb(215,13,113); }
div.DivClassName
{
background-color: #D70D71;
}
.BgClassName
{
background-color: #D70D71;
}
</style>
border-color css
<style>
span { border-color: #D70D71; }
span { border-color: rgb(215,13,113); }
td.TdClassName
{
border-color: #D70D71;
}
.TagClassName
{
border-color: #D70D71;
}
</style>