Shades of Ruby #D9196E
Tints of Ruby #D9196E
RGB
CMYK
RGB Variations
Color information
#D9196E (or 0xD9196E) is known color: Ruby. HEX triplet: D9, 19 and 6E. RGB value is (217,25,110). Sum of RGB (Red+Green+Blue) = 217+25+110=352 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.65% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 217 - color contains mainly: red. Hex color #D9196E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9196E is #26E691. Grayscale: #5B5B5B. Windows color (decimal): -2549394 or 7215577. OLE color: 7215577.
HSL color Cylindrical-coordinate representation of color #D9196E: hue angle of 333.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9196E is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 110 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.15 |
| HSL | 333.44º | 0.79% | 0.47% | - |
| HSV(B) | 333.44º | 0.88% | 0.85% | - |
| XYZ | 31.78 | 16.57 | 16.28 | - |
| YUV | 92.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 110 | 0 | 0.88 | 0.49 | 0.15 | 333.44 | 0.79 | 0.47 |
| Hex | D9 | 19 | 6E | 0 | 58 | 31 | F | 14D | 4F | 2F |
| Octal | 331 | 31 | 156 | 0 | 130 | 61 | 17 | 515 | 117 | 57 |
| Binary | 11011001 | 11001 | 1101110 | 0 | 1011000 | 110001 | 1111 | 101001101 | 1001111 | 101111 |
Color Harmonies of #D9196E
Complementary color
Monochromatic Colors of #D9196E
Black with #D9196E
Text Example
Text Example
White with #D9196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9196E; }
p { color: rgb(217,25,110); }
H1.HeaderClassName
{
color: #D9196E;
}
.AnyTagClassName
{
color: #D9196E;
}
</style>
background-color css
<style>
a { background-color: #D9196E; }
a { background-color: rgb(217,25,110); }
div.DivClassName
{
background-color: #D9196E;
}
.BgClassName
{
background-color: #D9196E;
}
</style>
border-color css
<style>
span { border-color: #D9196E; }
span { border-color: rgb(217,25,110); }
td.TdClassName
{
border-color: #D9196E;
}
.TagClassName
{
border-color: #D9196E;
}
</style>