Shades of Ruby #D91359
Tints of Ruby #D91359
RGB
CMYK
RGB Variations
Color information
#D91359 (or 0xD91359) is known color: Ruby. HEX triplet: D9, 13 and 59. RGB value is (217,19,89). Sum of RGB (Red+Green+Blue) = 217+19+89=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D91359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91359 is #26ECA6. Grayscale: #565656. Windows color (decimal): -2550951 or 5837785. OLE color: 5837785.
HSL color Cylindrical-coordinate representation of color #D91359: hue angle of 338.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91359 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.79º | 0.84% | 0.46% | - |
| HSV(B) | 338.79º | 0.91% | 0.85% | - |
| XYZ | 30.65 | 15.94 | 10.91 | - |
| YUV | 86.18 | 129.6 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 89 | 0 | 0.91 | 0.59 | 0.15 | 338.79 | 0.84 | 0.46 |
| Hex | D9 | 13 | 59 | 0 | 5B | 3B | F | 153 | 54 | 2E |
| Octal | 331 | 23 | 131 | 0 | 133 | 73 | 17 | 523 | 124 | 56 |
| Binary | 11011001 | 10011 | 1011001 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #D91359
Complementary color
Monochromatic Colors of #D91359
Black with #D91359
Text Example
Text Example
White with #D91359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91359; }
p { color: rgb(217,19,89); }
H1.HeaderClassName
{
color: #D91359;
}
.AnyTagClassName
{
color: #D91359;
}
</style>
background-color css
<style>
a { background-color: #D91359; }
a { background-color: rgb(217,19,89); }
div.DivClassName
{
background-color: #D91359;
}
.BgClassName
{
background-color: #D91359;
}
</style>
border-color css
<style>
span { border-color: #D91359; }
span { border-color: rgb(217,19,89); }
td.TdClassName
{
border-color: #D91359;
}
.TagClassName
{
border-color: #D91359;
}
</style>