Shades of Ruby #D9096C
Tints of Ruby #D9096C
RGB
CMYK
RGB Variations
Color information
#D9096C (or 0xD9096C) is known color: Ruby. HEX triplet: D9, 09 and 6C. RGB value is (217,9,108). Sum of RGB (Red+Green+Blue) = 217+9+108=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9096C is #26F693. Grayscale: #525252. Windows color (decimal): -2553492 or 7080409. OLE color: 7080409.
HSL color Cylindrical-coordinate representation of color #D9096C: hue angle of 331.44º 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 #D9096C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.15 |
| HSL | 331.44º | 0.92% | 0.44% | - |
| HSV(B) | 331.44º | 0.96% | 0.85% | - |
| XYZ | 31.42 | 16.03 | 15.63 | - |
| YUV | 82.48 | 142.41 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 108 | 0 | 0.96 | 0.50 | 0.15 | 331.44 | 0.92 | 0.44 |
| Hex | D9 | 9 | 6C | 0 | 60 | 32 | F | 14B | 5C | 2C |
| Octal | 331 | 11 | 154 | 0 | 140 | 62 | 17 | 513 | 134 | 54 |
| Binary | 11011001 | 1001 | 1101100 | 0 | 1100000 | 110010 | 1111 | 101001011 | 1011100 | 101100 |
Color Harmonies of #D9096C
Complementary color
Monochromatic Colors of #D9096C
Black with #D9096C
Text Example
Text Example
White with #D9096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9096C; }
p { color: rgb(217,9,108); }
H1.HeaderClassName
{
color: #D9096C;
}
.AnyTagClassName
{
color: #D9096C;
}
</style>
background-color css
<style>
a { background-color: #D9096C; }
a { background-color: rgb(217,9,108); }
div.DivClassName
{
background-color: #D9096C;
}
.BgClassName
{
background-color: #D9096C;
}
</style>
border-color css
<style>
span { border-color: #D9096C; }
span { border-color: rgb(217,9,108); }
td.TdClassName
{
border-color: #D9096C;
}
.TagClassName
{
border-color: #D9096C;
}
</style>