Shades of Ruby #D7166D
Tints of Ruby #D7166D
RGB
CMYK
RGB Variations
Color information
#D7166D (or 0xD7166D) is known color: Ruby. HEX triplet: D7, 16 and 6D. RGB value is (215,22,109). Sum of RGB (Red+Green+Blue) = 215+22+109=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7166D is #28E992. Grayscale: #595959. Windows color (decimal): -2681235 or 7149271. OLE color: 7149271.
HSL color Cylindrical-coordinate representation of color #D7166D: hue angle of 332.95º 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 #D7166D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.16 |
| HSL | 332.95º | 0.81% | 0.46% | - |
| HSV(B) | 332.95º | 0.9% | 0.84% | - |
| XYZ | 31.07 | 16.13 | 15.94 | - |
| YUV | 89.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 109 | 0 | 0.90 | 0.49 | 0.16 | 332.95 | 0.81 | 0.46 |
| Hex | D7 | 16 | 6D | 0 | 5A | 31 | 10 | 14D | 51 | 2E |
| Octal | 327 | 26 | 155 | 0 | 132 | 61 | 20 | 515 | 121 | 56 |
| Binary | 11010111 | 10110 | 1101101 | 0 | 1011010 | 110001 | 10000 | 101001101 | 1010001 | 101110 |
Color Harmonies of #D7166D
Complementary color
Monochromatic Colors of #D7166D
Black with #D7166D
Text Example
Text Example
White with #D7166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7166D; }
p { color: rgb(215,22,109); }
H1.HeaderClassName
{
color: #D7166D;
}
.AnyTagClassName
{
color: #D7166D;
}
</style>
background-color css
<style>
a { background-color: #D7166D; }
a { background-color: rgb(215,22,109); }
div.DivClassName
{
background-color: #D7166D;
}
.BgClassName
{
background-color: #D7166D;
}
</style>
border-color css
<style>
span { border-color: #D7166D; }
span { border-color: rgb(215,22,109); }
td.TdClassName
{
border-color: #D7166D;
}
.TagClassName
{
border-color: #D7166D;
}
</style>