Shades of Ruby #D11659
Tints of Ruby #D11659
RGB
CMYK
RGB Variations
Color information
#D11659 (or 0xD11659) is known color: Ruby. HEX triplet: D1, 16 and 59. RGB value is (209,22,89). Sum of RGB (Red+Green+Blue) = 209+22+89=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D11659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11659 is #2EE9A6. Grayscale: #555555. Windows color (decimal): -3074471 or 5838545. OLE color: 5838545.
HSL color Cylindrical-coordinate representation of color #D11659: hue angle of 338.5º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11659 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 89 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.18 |
| HSL | 338.5º | 0.81% | 0.45% | - |
| HSV(B) | 338.5º | 0.89% | 0.82% | - |
| XYZ | 28.38 | 14.85 | 10.82 | - |
| YUV | 85.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 89 | 0 | 0.89 | 0.57 | 0.18 | 338.5 | 0.81 | 0.45 |
| Hex | D1 | 16 | 59 | 0 | 59 | 39 | 12 | 153 | 51 | 2D |
| Octal | 321 | 26 | 131 | 0 | 131 | 71 | 22 | 523 | 121 | 55 |
| Binary | 11010001 | 10110 | 1011001 | 0 | 1011001 | 111001 | 10010 | 101010011 | 1010001 | 101101 |
Color Harmonies of #D11659
Complementary color
Monochromatic Colors of #D11659
Black with #D11659
Text Example
Text Example
White with #D11659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11659; }
p { color: rgb(209,22,89); }
H1.HeaderClassName
{
color: #D11659;
}
.AnyTagClassName
{
color: #D11659;
}
</style>
background-color css
<style>
a { background-color: #D11659; }
a { background-color: rgb(209,22,89); }
div.DivClassName
{
background-color: #D11659;
}
.BgClassName
{
background-color: #D11659;
}
</style>
border-color css
<style>
span { border-color: #D11659; }
span { border-color: rgb(209,22,89); }
td.TdClassName
{
border-color: #D11659;
}
.TagClassName
{
border-color: #D11659;
}
</style>