Shades of Ruby #D1096F
Tints of Ruby #D1096F
RGB
CMYK
RGB Variations
Color information
#D1096F (or 0xD1096F) is known color: Ruby. HEX triplet: D1, 09 and 6F. RGB value is (209,9,111). Sum of RGB (Red+Green+Blue) = 209+9+111=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D1096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1096F is #2EF690. Grayscale: #505050. Windows color (decimal): -3077777 or 7277009. OLE color: 7277009.
HSL color Cylindrical-coordinate representation of color #D1096F: hue angle of 329.4º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1096F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.18 |
| HSL | 329.4º | 0.92% | 0.43% | - |
| HSV(B) | 329.4º | 0.96% | 0.82% | - |
| XYZ | 29.26 | 14.9 | 16.37 | - |
| YUV | 80.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 111 | 0 | 0.96 | 0.47 | 0.18 | 329.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 6F | 0 | 60 | 2F | 12 | 149 | 5C | 2B |
| Octal | 321 | 11 | 157 | 0 | 140 | 57 | 22 | 511 | 134 | 53 |
| Binary | 11010001 | 1001 | 1101111 | 0 | 1100000 | 101111 | 10010 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D1096F
Complementary color
Monochromatic Colors of #D1096F
Black with #D1096F
Text Example
Text Example
White with #D1096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1096F; }
p { color: rgb(209,9,111); }
H1.HeaderClassName
{
color: #D1096F;
}
.AnyTagClassName
{
color: #D1096F;
}
</style>
background-color css
<style>
a { background-color: #D1096F; }
a { background-color: rgb(209,9,111); }
div.DivClassName
{
background-color: #D1096F;
}
.BgClassName
{
background-color: #D1096F;
}
</style>
border-color css
<style>
span { border-color: #D1096F; }
span { border-color: rgb(209,9,111); }
td.TdClassName
{
border-color: #D1096F;
}
.TagClassName
{
border-color: #D1096F;
}
</style>