Shades of Ruby #D9165E
Tints of Ruby #D9165E
RGB
CMYK
RGB Variations
Color information
#D9165E (or 0xD9165E) is known color: Ruby. HEX triplet: D9, 16 and 5E. RGB value is (217,22,94). Sum of RGB (Red+Green+Blue) = 217+22+94=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9165E is #26E9A1. Grayscale: #585858. Windows color (decimal): -2550178 or 6166233. OLE color: 6166233.
HSL color Cylindrical-coordinate representation of color #D9165E: hue angle of 337.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D9165E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.15 |
| HSL | 337.85º | 0.82% | 0.47% | - |
| HSV(B) | 337.85º | 0.9% | 0.85% | - |
| XYZ | 30.92 | 16.13 | 12.07 | - |
| YUV | 88.51 | 131.1 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 94 | 0 | 0.90 | 0.57 | 0.15 | 337.85 | 0.82 | 0.47 |
| Hex | D9 | 16 | 5E | 0 | 5A | 39 | F | 152 | 52 | 2F |
| Octal | 331 | 26 | 136 | 0 | 132 | 71 | 17 | 522 | 122 | 57 |
| Binary | 11011001 | 10110 | 1011110 | 0 | 1011010 | 111001 | 1111 | 101010010 | 1010010 | 101111 |
Color Harmonies of #D9165E
Complementary color
Monochromatic Colors of #D9165E
Black with #D9165E
Text Example
Text Example
White with #D9165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9165E; }
p { color: rgb(217,22,94); }
H1.HeaderClassName
{
color: #D9165E;
}
.AnyTagClassName
{
color: #D9165E;
}
</style>
background-color css
<style>
a { background-color: #D9165E; }
a { background-color: rgb(217,22,94); }
div.DivClassName
{
background-color: #D9165E;
}
.BgClassName
{
background-color: #D9165E;
}
</style>
border-color css
<style>
span { border-color: #D9165E; }
span { border-color: rgb(217,22,94); }
td.TdClassName
{
border-color: #D9165E;
}
.TagClassName
{
border-color: #D9165E;
}
</style>