Shades of Ruby #D7166B
Tints of Ruby #D7166B
RGB
CMYK
RGB Variations
Color information
#D7166B (or 0xD7166B) is known color: Ruby. HEX triplet: D7, 16 and 6B. RGB value is (215,22,107). Sum of RGB (Red+Green+Blue) = 215+22+107=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7166B is #28E994. Grayscale: #595959. Windows color (decimal): -2681237 or 7018199. OLE color: 7018199.
HSL color Cylindrical-coordinate representation of color #D7166B: hue angle of 333.58º 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 #D7166B is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.16 |
| HSL | 333.58º | 0.81% | 0.46% | - |
| HSV(B) | 333.58º | 0.9% | 0.84% | - |
| XYZ | 30.97 | 16.08 | 15.38 | - |
| YUV | 89.4 | 137.94 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 107 | 0 | 0.90 | 0.50 | 0.16 | 333.58 | 0.81 | 0.46 |
| Hex | D7 | 16 | 6B | 0 | 5A | 32 | 10 | 14E | 51 | 2E |
| Octal | 327 | 26 | 153 | 0 | 132 | 62 | 20 | 516 | 121 | 56 |
| Binary | 11010111 | 10110 | 1101011 | 0 | 1011010 | 110010 | 10000 | 101001110 | 1010001 | 101110 |
Color Harmonies of #D7166B
Complementary color
Monochromatic Colors of #D7166B
Black with #D7166B
Text Example
Text Example
White with #D7166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7166B; }
p { color: rgb(215,22,107); }
H1.HeaderClassName
{
color: #D7166B;
}
.AnyTagClassName
{
color: #D7166B;
}
</style>
background-color css
<style>
a { background-color: #D7166B; }
a { background-color: rgb(215,22,107); }
div.DivClassName
{
background-color: #D7166B;
}
.BgClassName
{
background-color: #D7166B;
}
</style>
border-color css
<style>
span { border-color: #D7166B; }
span { border-color: rgb(215,22,107); }
td.TdClassName
{
border-color: #D7166B;
}
.TagClassName
{
border-color: #D7166B;
}
</style>