Shades of Ruby #D9166E
Tints of Ruby #D9166E
RGB
CMYK
RGB Variations
Color information
#D9166E (or 0xD9166E) is known color: Ruby. HEX triplet: D9, 16 and 6E. RGB value is (217,22,110). Sum of RGB (Red+Green+Blue) = 217+22+110=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9166E is #26E991. Grayscale: #5A5A5A. Windows color (decimal): -2550162 or 7214809. OLE color: 7214809.
HSL color Cylindrical-coordinate representation of color #D9166E: hue angle of 332.92º 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 #D9166E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.15 |
| HSL | 332.92º | 0.82% | 0.47% | - |
| HSV(B) | 332.92º | 0.9% | 0.85% | - |
| XYZ | 31.72 | 16.45 | 16.26 | - |
| YUV | 90.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 110 | 0 | 0.90 | 0.49 | 0.15 | 332.92 | 0.82 | 0.47 |
| Hex | D9 | 16 | 6E | 0 | 5A | 31 | F | 14D | 52 | 2F |
| Octal | 331 | 26 | 156 | 0 | 132 | 61 | 17 | 515 | 122 | 57 |
| Binary | 11011001 | 10110 | 1101110 | 0 | 1011010 | 110001 | 1111 | 101001101 | 1010010 | 101111 |
Color Harmonies of #D9166E
Complementary color
Monochromatic Colors of #D9166E
Black with #D9166E
Text Example
Text Example
White with #D9166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9166E; }
p { color: rgb(217,22,110); }
H1.HeaderClassName
{
color: #D9166E;
}
.AnyTagClassName
{
color: #D9166E;
}
</style>
background-color css
<style>
a { background-color: #D9166E; }
a { background-color: rgb(217,22,110); }
div.DivClassName
{
background-color: #D9166E;
}
.BgClassName
{
background-color: #D9166E;
}
</style>
border-color css
<style>
span { border-color: #D9166E; }
span { border-color: rgb(217,22,110); }
td.TdClassName
{
border-color: #D9166E;
}
.TagClassName
{
border-color: #D9166E;
}
</style>