Shades of Ruby #D71071
Tints of Ruby #D71071
RGB
CMYK
RGB Variations
Color information
#D71071 (or 0xD71071) is known color: Ruby. HEX triplet: D7, 10 and 71. RGB value is (215,16,113). Sum of RGB (Red+Green+Blue) = 215+16+113=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D71071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71071 is #28EF8E. Grayscale: #565656. Windows color (decimal): -2682767 or 7409879. OLE color: 7409879.
HSL color Cylindrical-coordinate representation of color #D71071: hue angle of 330.75º degrees, saturation: 0.86, 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 #D71071 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.16 |
| HSL | 330.75º | 0.86% | 0.45% | - |
| HSV(B) | 330.75º | 0.93% | 0.84% | - |
| XYZ | 31.19 | 16.01 | 17.07 | - |
| YUV | 86.56 | 142.93 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 113 | 0 | 0.93 | 0.47 | 0.16 | 330.75 | 0.86 | 0.45 |
| Hex | D7 | 10 | 71 | 0 | 5D | 2F | 10 | 14B | 56 | 2D |
| Octal | 327 | 20 | 161 | 0 | 135 | 57 | 20 | 513 | 126 | 55 |
| Binary | 11010111 | 10000 | 1110001 | 0 | 1011101 | 101111 | 10000 | 101001011 | 1010110 | 101101 |
Color Harmonies of #D71071
Complementary color
Monochromatic Colors of #D71071
Black with #D71071
Text Example
Text Example
White with #D71071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71071; }
p { color: rgb(215,16,113); }
H1.HeaderClassName
{
color: #D71071;
}
.AnyTagClassName
{
color: #D71071;
}
</style>
background-color css
<style>
a { background-color: #D71071; }
a { background-color: rgb(215,16,113); }
div.DivClassName
{
background-color: #D71071;
}
.BgClassName
{
background-color: #D71071;
}
</style>
border-color css
<style>
span { border-color: #D71071; }
span { border-color: rgb(215,16,113); }
td.TdClassName
{
border-color: #D71071;
}
.TagClassName
{
border-color: #D71071;
}
</style>