Shades of Ruby #D11559
Tints of Ruby #D11559
RGB
CMYK
RGB Variations
Color information
#D11559 (or 0xD11559) is known color: Ruby. HEX triplet: D1, 15 and 59. RGB value is (209,21,89). Sum of RGB (Red+Green+Blue) = 209+21+89=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D11559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11559 is #2EEAA6. Grayscale: #545454. Windows color (decimal): -3074727 or 5838289. OLE color: 5838289.
HSL color Cylindrical-coordinate representation of color #D11559: hue angle of 338.3º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11559 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 89 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.18 |
| HSL | 338.3º | 0.82% | 0.45% | - |
| HSV(B) | 338.3º | 0.9% | 0.82% | - |
| XYZ | 28.37 | 14.81 | 10.82 | - |
| YUV | 84.96 | 130.28 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 89 | 0 | 0.90 | 0.57 | 0.18 | 338.3 | 0.82 | 0.45 |
| Hex | D1 | 15 | 59 | 0 | 5A | 39 | 12 | 152 | 52 | 2D |
| Octal | 321 | 25 | 131 | 0 | 132 | 71 | 22 | 522 | 122 | 55 |
| Binary | 11010001 | 10101 | 1011001 | 0 | 1011010 | 111001 | 10010 | 101010010 | 1010010 | 101101 |
Color Harmonies of #D11559
Complementary color
Monochromatic Colors of #D11559
Black with #D11559
Text Example
Text Example
White with #D11559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11559; }
p { color: rgb(209,21,89); }
H1.HeaderClassName
{
color: #D11559;
}
.AnyTagClassName
{
color: #D11559;
}
</style>
background-color css
<style>
a { background-color: #D11559; }
a { background-color: rgb(209,21,89); }
div.DivClassName
{
background-color: #D11559;
}
.BgClassName
{
background-color: #D11559;
}
</style>
border-color css
<style>
span { border-color: #D11559; }
span { border-color: rgb(209,21,89); }
td.TdClassName
{
border-color: #D11559;
}
.TagClassName
{
border-color: #D11559;
}
</style>