Shades of Ruby #D71661
Tints of Ruby #D71661
RGB
CMYK
RGB Variations
Color information
#D71661 (or 0xD71661) is known color: Ruby. HEX triplet: D7, 16 and 61. RGB value is (215,22,97). Sum of RGB (Red+Green+Blue) = 215+22+97=334 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.37% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 215 - color contains mainly: red. Hex color #D71661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71661 is #28E99E. Grayscale: #585858. Windows color (decimal): -2681247 or 6362839. OLE color: 6362839.
HSL color Cylindrical-coordinate representation of color #D71661: hue angle of 336.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71661 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 97 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.16 |
| HSL | 336.68º | 0.81% | 0.46% | - |
| HSV(B) | 336.68º | 0.9% | 0.84% | - |
| XYZ | 30.47 | 15.88 | 12.77 | - |
| YUV | 88.26 | 132.94 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 97 | 0 | 0.90 | 0.55 | 0.16 | 336.68 | 0.81 | 0.46 |
| Hex | D7 | 16 | 61 | 0 | 5A | 37 | 10 | 151 | 51 | 2E |
| Octal | 327 | 26 | 141 | 0 | 132 | 67 | 20 | 521 | 121 | 56 |
| Binary | 11010111 | 10110 | 1100001 | 0 | 1011010 | 110111 | 10000 | 101010001 | 1010001 | 101110 |
Color Harmonies of #D71661
Complementary color
Monochromatic Colors of #D71661
Black with #D71661
Text Example
Text Example
White with #D71661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71661; }
p { color: rgb(215,22,97); }
H1.HeaderClassName
{
color: #D71661;
}
.AnyTagClassName
{
color: #D71661;
}
</style>
background-color css
<style>
a { background-color: #D71661; }
a { background-color: rgb(215,22,97); }
div.DivClassName
{
background-color: #D71661;
}
.BgClassName
{
background-color: #D71661;
}
</style>
border-color css
<style>
span { border-color: #D71661; }
span { border-color: rgb(215,22,97); }
td.TdClassName
{
border-color: #D71661;
}
.TagClassName
{
border-color: #D71661;
}
</style>