Shades of Ruby #D7166F
Tints of Ruby #D7166F
RGB
CMYK
RGB Variations
Color information
#D7166F (or 0xD7166F) is known color: Ruby. HEX triplet: D7, 16 and 6F. RGB value is (215,22,111). Sum of RGB (Red+Green+Blue) = 215+22+111=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D7166F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7166F is #28E990. Grayscale: #595959. Windows color (decimal): -2681233 or 7280343. OLE color: 7280343.
HSL color Cylindrical-coordinate representation of color #D7166F: hue angle of 332.33º 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 #D7166F is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 111 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.16 |
| HSL | 332.33º | 0.81% | 0.46% | - |
| HSV(B) | 332.33º | 0.9% | 0.84% | - |
| XYZ | 31.18 | 16.17 | 16.52 | - |
| YUV | 89.85 | 139.94 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 111 | 0 | 0.90 | 0.48 | 0.16 | 332.33 | 0.81 | 0.46 |
| Hex | D7 | 16 | 6F | 0 | 5A | 30 | 10 | 14C | 51 | 2E |
| Octal | 327 | 26 | 157 | 0 | 132 | 60 | 20 | 514 | 121 | 56 |
| Binary | 11010111 | 10110 | 1101111 | 0 | 1011010 | 110000 | 10000 | 101001100 | 1010001 | 101110 |
Color Harmonies of #D7166F
Complementary color
Monochromatic Colors of #D7166F
Black with #D7166F
Text Example
Text Example
White with #D7166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7166F; }
p { color: rgb(215,22,111); }
H1.HeaderClassName
{
color: #D7166F;
}
.AnyTagClassName
{
color: #D7166F;
}
</style>
background-color css
<style>
a { background-color: #D7166F; }
a { background-color: rgb(215,22,111); }
div.DivClassName
{
background-color: #D7166F;
}
.BgClassName
{
background-color: #D7166F;
}
</style>
border-color css
<style>
span { border-color: #D7166F; }
span { border-color: rgb(215,22,111); }
td.TdClassName
{
border-color: #D7166F;
}
.TagClassName
{
border-color: #D7166F;
}
</style>