Shades of Ruby #D9096E
Tints of Ruby #D9096E
RGB
CMYK
RGB Variations
Color information
#D9096E (or 0xD9096E) is known color: Ruby. HEX triplet: D9, 09 and 6E. RGB value is (217,9,110). Sum of RGB (Red+Green+Blue) = 217+9+110=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096E is #26F691. Grayscale: #525252. Windows color (decimal): -2553490 or 7211481. OLE color: 7211481.
HSL color Cylindrical-coordinate representation of color #D9096E: hue angle of 330.87º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D9096E is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.15 |
| HSL | 330.87º | 0.92% | 0.44% | - |
| HSV(B) | 330.87º | 0.96% | 0.85% | - |
| XYZ | 31.53 | 16.07 | 16.19 | - |
| YUV | 82.71 | 143.41 | 223.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 110 | 0 | 0.96 | 0.49 | 0.15 | 330.87 | 0.92 | 0.44 |
| Hex | D9 | 9 | 6E | 0 | 60 | 31 | F | 14B | 5C | 2C |
| Octal | 331 | 11 | 156 | 0 | 140 | 61 | 17 | 513 | 134 | 54 |
| Binary | 11011001 | 1001 | 1101110 | 0 | 1100000 | 110001 | 1111 | 101001011 | 1011100 | 101100 |
Color Harmonies of #D9096E
Complementary color
Monochromatic Colors of #D9096E
Black with #D9096E
Text Example
Text Example
White with #D9096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9096E; }
p { color: rgb(217,9,110); }
H1.HeaderClassName
{
color: #D9096E;
}
.AnyTagClassName
{
color: #D9096E;
}
</style>
background-color css
<style>
a { background-color: #D9096E; }
a { background-color: rgb(217,9,110); }
div.DivClassName
{
background-color: #D9096E;
}
.BgClassName
{
background-color: #D9096E;
}
</style>
border-color css
<style>
span { border-color: #D9096E; }
span { border-color: rgb(217,9,110); }
td.TdClassName
{
border-color: #D9096E;
}
.TagClassName
{
border-color: #D9096E;
}
</style>