Shades of Ruby #D9165F
Tints of Ruby #D9165F
RGB
CMYK
RGB Variations
Color information
#D9165F (or 0xD9165F) is known color: Ruby. HEX triplet: D9, 16 and 5F. RGB value is (217,22,95). Sum of RGB (Red+Green+Blue) = 217+22+95=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D9165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9165F is #26E9A0. Grayscale: #585858. Windows color (decimal): -2550177 or 6231769. OLE color: 6231769.
HSL color Cylindrical-coordinate representation of color #D9165F: hue angle of 337.54º 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 #D9165F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 22 | 95 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.15 |
| HSL | 337.54º | 0.82% | 0.47% | - |
| HSV(B) | 337.54º | 0.9% | 0.85% | - |
| XYZ | 30.97 | 16.15 | 12.31 | - |
| YUV | 88.63 | 131.6 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 22 | 95 | 0 | 0.90 | 0.56 | 0.15 | 337.54 | 0.82 | 0.47 |
| Hex | D9 | 16 | 5F | 0 | 5A | 38 | F | 152 | 52 | 2F |
| Octal | 331 | 26 | 137 | 0 | 132 | 70 | 17 | 522 | 122 | 57 |
| Binary | 11011001 | 10110 | 1011111 | 0 | 1011010 | 111000 | 1111 | 101010010 | 1010010 | 101111 |
Color Harmonies of #D9165F
Complementary color
Monochromatic Colors of #D9165F
Black with #D9165F
Text Example
Text Example
White with #D9165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9165F; }
p { color: rgb(217,22,95); }
H1.HeaderClassName
{
color: #D9165F;
}
.AnyTagClassName
{
color: #D9165F;
}
</style>
background-color css
<style>
a { background-color: #D9165F; }
a { background-color: rgb(217,22,95); }
div.DivClassName
{
background-color: #D9165F;
}
.BgClassName
{
background-color: #D9165F;
}
</style>
border-color css
<style>
span { border-color: #D9165F; }
span { border-color: rgb(217,22,95); }
td.TdClassName
{
border-color: #D9165F;
}
.TagClassName
{
border-color: #D9165F;
}
</style>