Shades of Ruby #D9166D
Tints of Ruby #D9166D
RGB
CMYK
RGB Variations
Color information
#D9166D (or 0xD9166D) is known color: Ruby. HEX triplet: D9, 16 and 6D. RGB value is (217,22,109). Sum of RGB (Red+Green+Blue) = 217+22+109=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9166D is #26E992. Grayscale: #5A5A5A. Windows color (decimal): -2550163 or 7149273. OLE color: 7149273.
HSL color Cylindrical-coordinate representation of color #D9166D: hue angle of 333.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9166D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 109 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.15 |
| HSL | 333.23º | 0.82% | 0.47% | - |
| HSV(B) | 333.23º | 0.9% | 0.85% | - |
| XYZ | 31.66 | 16.43 | 15.97 | - |
| YUV | 90.22 | 138.6 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 109 | 0 | 0.90 | 0.50 | 0.15 | 333.23 | 0.82 | 0.47 |
| Hex | D9 | 16 | 6D | 0 | 5A | 32 | F | 14D | 52 | 2F |
| Octal | 331 | 26 | 155 | 0 | 132 | 62 | 17 | 515 | 122 | 57 |
| Binary | 11011001 | 10110 | 1101101 | 0 | 1011010 | 110010 | 1111 | 101001101 | 1010010 | 101111 |
Color Harmonies of #D9166D
Complementary color
Monochromatic Colors of #D9166D
Black with #D9166D
Text Example
Text Example
White with #D9166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9166D; }
p { color: rgb(217,22,109); }
H1.HeaderClassName
{
color: #D9166D;
}
.AnyTagClassName
{
color: #D9166D;
}
</style>
background-color css
<style>
a { background-color: #D9166D; }
a { background-color: rgb(217,22,109); }
div.DivClassName
{
background-color: #D9166D;
}
.BgClassName
{
background-color: #D9166D;
}
</style>
border-color css
<style>
span { border-color: #D9166D; }
span { border-color: rgb(217,22,109); }
td.TdClassName
{
border-color: #D9166D;
}
.TagClassName
{
border-color: #D9166D;
}
</style>