Shades of Ruby #D9155F
Tints of Ruby #D9155F
RGB
CMYK
RGB Variations
Color information
#D9155F (or 0xD9155F) is known color: Ruby. HEX triplet: D9, 15 and 5F. RGB value is (217,21,95). Sum of RGB (Red+Green+Blue) = 217+21+95=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155F is #26EAA0. Grayscale: #575757. Windows color (decimal): -2550433 or 6231513. OLE color: 6231513.
HSL color Cylindrical-coordinate representation of color #D9155F: hue angle of 337.35º 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 #D9155F is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 95 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.15 |
| HSL | 337.35º | 0.82% | 0.47% | - |
| HSV(B) | 337.35º | 0.9% | 0.85% | - |
| XYZ | 30.95 | 16.11 | 12.31 | - |
| YUV | 88.04 | 131.93 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 95 | 0 | 0.90 | 0.56 | 0.15 | 337.35 | 0.82 | 0.47 |
| Hex | D9 | 15 | 5F | 0 | 5A | 38 | F | 151 | 52 | 2F |
| Octal | 331 | 25 | 137 | 0 | 132 | 70 | 17 | 521 | 122 | 57 |
| Binary | 11011001 | 10101 | 1011111 | 0 | 1011010 | 111000 | 1111 | 101010001 | 1010010 | 101111 |
Color Harmonies of #D9155F
Complementary color
Monochromatic Colors of #D9155F
Black with #D9155F
Text Example
Text Example
White with #D9155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9155F; }
p { color: rgb(217,21,95); }
H1.HeaderClassName
{
color: #D9155F;
}
.AnyTagClassName
{
color: #D9155F;
}
</style>
background-color css
<style>
a { background-color: #D9155F; }
a { background-color: rgb(217,21,95); }
div.DivClassName
{
background-color: #D9155F;
}
.BgClassName
{
background-color: #D9155F;
}
</style>
border-color css
<style>
span { border-color: #D9155F; }
span { border-color: rgb(217,21,95); }
td.TdClassName
{
border-color: #D9155F;
}
.TagClassName
{
border-color: #D9155F;
}
</style>