Shades of Ruby #D91059
Tints of Ruby #D91059
RGB
CMYK
RGB Variations
Color information
#D91059 (or 0xD91059) is known color: Ruby. HEX triplet: D9, 10 and 59. RGB value is (217,16,89). Sum of RGB (Red+Green+Blue) = 217+16+89=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D91059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91059 is #26EFA6. Grayscale: #545454. Windows color (decimal): -2551719 or 5837017. OLE color: 5837017.
HSL color Cylindrical-coordinate representation of color #D91059: hue angle of 338.21º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91059 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 89 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.15 |
| HSL | 338.21º | 0.86% | 0.46% | - |
| HSV(B) | 338.21º | 0.93% | 0.85% | - |
| XYZ | 30.6 | 15.84 | 10.9 | - |
| YUV | 84.42 | 130.59 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 89 | 0 | 0.93 | 0.59 | 0.15 | 338.21 | 0.86 | 0.46 |
| Hex | D9 | 10 | 59 | 0 | 5D | 3B | F | 152 | 56 | 2E |
| Octal | 331 | 20 | 131 | 0 | 135 | 73 | 17 | 522 | 126 | 56 |
| Binary | 11011001 | 10000 | 1011001 | 0 | 1011101 | 111011 | 1111 | 101010010 | 1010110 | 101110 |
Color Harmonies of #D91059
Complementary color
Monochromatic Colors of #D91059
Black with #D91059
Text Example
Text Example
White with #D91059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91059; }
p { color: rgb(217,16,89); }
H1.HeaderClassName
{
color: #D91059;
}
.AnyTagClassName
{
color: #D91059;
}
</style>
background-color css
<style>
a { background-color: #D91059; }
a { background-color: rgb(217,16,89); }
div.DivClassName
{
background-color: #D91059;
}
.BgClassName
{
background-color: #D91059;
}
</style>
border-color css
<style>
span { border-color: #D91059; }
span { border-color: rgb(217,16,89); }
td.TdClassName
{
border-color: #D91059;
}
.TagClassName
{
border-color: #D91059;
}
</style>