Shades of Ruby #D9155E
Tints of Ruby #D9155E
RGB
CMYK
RGB Variations
Color information
#D9155E (or 0xD9155E) is known color: Ruby. HEX triplet: D9, 15 and 5E. RGB value is (217,21,94). Sum of RGB (Red+Green+Blue) = 217+21+94=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9155E is #26EAA1. Grayscale: #575757. Windows color (decimal): -2550434 or 6165977. OLE color: 6165977.
HSL color Cylindrical-coordinate representation of color #D9155E: hue angle of 337.65º 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 #D9155E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.15 |
| HSL | 337.65º | 0.82% | 0.47% | - |
| HSV(B) | 337.65º | 0.9% | 0.85% | - |
| XYZ | 30.9 | 16.1 | 12.07 | - |
| YUV | 87.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 94 | 0 | 0.90 | 0.57 | 0.15 | 337.65 | 0.82 | 0.47 |
| Hex | D9 | 15 | 5E | 0 | 5A | 39 | F | 152 | 52 | 2F |
| Octal | 331 | 25 | 136 | 0 | 132 | 71 | 17 | 522 | 122 | 57 |
| Binary | 11011001 | 10101 | 1011110 | 0 | 1011010 | 111001 | 1111 | 101010010 | 1010010 | 101111 |
Color Harmonies of #D9155E
Complementary color
Monochromatic Colors of #D9155E
Black with #D9155E
Text Example
Text Example
White with #D9155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9155E; }
p { color: rgb(217,21,94); }
H1.HeaderClassName
{
color: #D9155E;
}
.AnyTagClassName
{
color: #D9155E;
}
</style>
background-color css
<style>
a { background-color: #D9155E; }
a { background-color: rgb(217,21,94); }
div.DivClassName
{
background-color: #D9155E;
}
.BgClassName
{
background-color: #D9155E;
}
</style>
border-color css
<style>
span { border-color: #D9155E; }
span { border-color: rgb(217,21,94); }
td.TdClassName
{
border-color: #D9155E;
}
.TagClassName
{
border-color: #D9155E;
}
</style>