Shades of Ruby #D9096A
Tints of Ruby #D9096A
RGB
CMYK
RGB Variations
Color information
#D9096A (or 0xD9096A) is known color: Ruby. HEX triplet: D9, 09 and 6A. RGB value is (217,9,106). Sum of RGB (Red+Green+Blue) = 217+9+106=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096A is #26F695. Grayscale: #525252. Windows color (decimal): -2553494 or 6949337. OLE color: 6949337.
HSL color Cylindrical-coordinate representation of color #D9096A: hue angle of 332.02º 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 #D9096A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 106 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.15 |
| HSL | 332.02º | 0.92% | 0.44% | - |
| HSV(B) | 332.02º | 0.96% | 0.85% | - |
| XYZ | 31.31 | 15.99 | 15.07 | - |
| YUV | 82.25 | 141.41 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 106 | 0 | 0.96 | 0.51 | 0.15 | 332.02 | 0.92 | 0.44 |
| Hex | D9 | 9 | 6A | 0 | 60 | 33 | F | 14C | 5C | 2C |
| Octal | 331 | 11 | 152 | 0 | 140 | 63 | 17 | 514 | 134 | 54 |
| Binary | 11011001 | 1001 | 1101010 | 0 | 1100000 | 110011 | 1111 | 101001100 | 1011100 | 101100 |
Color Harmonies of #D9096A
Complementary color
Monochromatic Colors of #D9096A
Black with #D9096A
Text Example
Text Example
White with #D9096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9096A; }
p { color: rgb(217,9,106); }
H1.HeaderClassName
{
color: #D9096A;
}
.AnyTagClassName
{
color: #D9096A;
}
</style>
background-color css
<style>
a { background-color: #D9096A; }
a { background-color: rgb(217,9,106); }
div.DivClassName
{
background-color: #D9096A;
}
.BgClassName
{
background-color: #D9096A;
}
</style>
border-color css
<style>
span { border-color: #D9096A; }
span { border-color: rgb(217,9,106); }
td.TdClassName
{
border-color: #D9096A;
}
.TagClassName
{
border-color: #D9096A;
}
</style>