Shades of Ruby #D71666
Tints of Ruby #D71666
RGB
CMYK
RGB Variations
Color information
#D71666 (or 0xD71666) is known color: Ruby. HEX triplet: D7, 16 and 66. RGB value is (215,22,102). Sum of RGB (Red+Green+Blue) = 215+22+102=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D71666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71666 is #28E999. Grayscale: #585858. Windows color (decimal): -2681242 or 6690519. OLE color: 6690519.
HSL color Cylindrical-coordinate representation of color #D71666: hue angle of 335.13º 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 #D71666 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 102 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.16 |
| HSL | 335.13º | 0.81% | 0.46% | - |
| HSV(B) | 335.13º | 0.9% | 0.84% | - |
| XYZ | 30.71 | 15.98 | 14.04 | - |
| YUV | 88.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 102 | 0 | 0.90 | 0.53 | 0.16 | 335.13 | 0.81 | 0.46 |
| Hex | D7 | 16 | 66 | 0 | 5A | 35 | 10 | 14F | 51 | 2E |
| Octal | 327 | 26 | 146 | 0 | 132 | 65 | 20 | 517 | 121 | 56 |
| Binary | 11010111 | 10110 | 1100110 | 0 | 1011010 | 110101 | 10000 | 101001111 | 1010001 | 101110 |
Color Harmonies of #D71666
Complementary color
Monochromatic Colors of #D71666
Black with #D71666
Text Example
Text Example
White with #D71666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71666; }
p { color: rgb(215,22,102); }
H1.HeaderClassName
{
color: #D71666;
}
.AnyTagClassName
{
color: #D71666;
}
</style>
background-color css
<style>
a { background-color: #D71666; }
a { background-color: rgb(215,22,102); }
div.DivClassName
{
background-color: #D71666;
}
.BgClassName
{
background-color: #D71666;
}
</style>
border-color css
<style>
span { border-color: #D71666; }
span { border-color: rgb(215,22,102); }
td.TdClassName
{
border-color: #D71666;
}
.TagClassName
{
border-color: #D71666;
}
</style>