Shades of Ruby #D92159
Tints of Ruby #D92159
RGB
CMYK
RGB Variations
Color information
#D92159 (or 0xD92159) is known color: Ruby. HEX triplet: D9, 21 and 59. RGB value is (217,33,89). Sum of RGB (Red+Green+Blue) = 217+33+89=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D92159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92159 is #26DEA6. Grayscale: #5E5E5E. Windows color (decimal): -2547367 or 5841369. OLE color: 5841369.
HSL color Cylindrical-coordinate representation of color #D92159: hue angle of 341.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92159 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 33 | 89 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.15 |
| HSL | 341.74º | 0.74% | 0.49% | - |
| HSV(B) | 341.74º | 0.85% | 0.85% | - |
| XYZ | 30.96 | 16.56 | 11.02 | - |
| YUV | 94.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 33 | 89 | 0 | 0.85 | 0.59 | 0.15 | 341.74 | 0.74 | 0.49 |
| Hex | D9 | 21 | 59 | 0 | 55 | 3B | F | 156 | 4A | 31 |
| Octal | 331 | 41 | 131 | 0 | 125 | 73 | 17 | 526 | 112 | 61 |
| Binary | 11011001 | 100001 | 1011001 | 0 | 1010101 | 111011 | 1111 | 101010110 | 1001010 | 110001 |
Color Harmonies of #D92159
Complementary color
Monochromatic Colors of #D92159
Black with #D92159
Text Example
Text Example
White with #D92159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92159; }
p { color: rgb(217,33,89); }
H1.HeaderClassName
{
color: #D92159;
}
.AnyTagClassName
{
color: #D92159;
}
</style>
background-color css
<style>
a { background-color: #D92159; }
a { background-color: rgb(217,33,89); }
div.DivClassName
{
background-color: #D92159;
}
.BgClassName
{
background-color: #D92159;
}
</style>
border-color css
<style>
span { border-color: #D92159; }
span { border-color: rgb(217,33,89); }
td.TdClassName
{
border-color: #D92159;
}
.TagClassName
{
border-color: #D92159;
}
</style>