Shades of Ruby #D9106C
Tints of Ruby #D9106C
RGB
CMYK
RGB Variations
Color information
#D9106C (or 0xD9106C) is known color: Ruby. HEX triplet: D9, 10 and 6C. RGB value is (217,16,108). Sum of RGB (Red+Green+Blue) = 217+16+108=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9106C is #26EF93. Grayscale: #565656. Windows color (decimal): -2551700 or 7082201. OLE color: 7082201.
HSL color Cylindrical-coordinate representation of color #D9106C: hue angle of 332.54º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D9106C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.15 |
| HSL | 332.54º | 0.86% | 0.46% | - |
| HSV(B) | 332.54º | 0.93% | 0.85% | - |
| XYZ | 31.51 | 16.21 | 15.65 | - |
| YUV | 86.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 108 | 0 | 0.93 | 0.50 | 0.15 | 332.54 | 0.86 | 0.46 |
| Hex | D9 | 10 | 6C | 0 | 5D | 32 | F | 14D | 56 | 2E |
| Octal | 331 | 20 | 154 | 0 | 135 | 62 | 17 | 515 | 126 | 56 |
| Binary | 11011001 | 10000 | 1101100 | 0 | 1011101 | 110010 | 1111 | 101001101 | 1010110 | 101110 |
Color Harmonies of #D9106C
Complementary color
Monochromatic Colors of #D9106C
Black with #D9106C
Text Example
Text Example
White with #D9106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9106C; }
p { color: rgb(217,16,108); }
H1.HeaderClassName
{
color: #D9106C;
}
.AnyTagClassName
{
color: #D9106C;
}
</style>
background-color css
<style>
a { background-color: #D9106C; }
a { background-color: rgb(217,16,108); }
div.DivClassName
{
background-color: #D9106C;
}
.BgClassName
{
background-color: #D9106C;
}
</style>
border-color css
<style>
span { border-color: #D9106C; }
span { border-color: rgb(217,16,108); }
td.TdClassName
{
border-color: #D9106C;
}
.TagClassName
{
border-color: #D9106C;
}
</style>