Shades of Ruby #D11758
Tints of Ruby #D11758
RGB
CMYK
RGB Variations
Color information
#D11758 (or 0xD11758) is known color: Ruby. HEX triplet: D1, 17 and 58. RGB value is (209,23,88). Sum of RGB (Red+Green+Blue) = 209+23+88=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D11758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11758 is #2EE8A7. Grayscale: #555555. Windows color (decimal): -3074216 or 5773265. OLE color: 5773265.
HSL color Cylindrical-coordinate representation of color #D11758: hue angle of 339.03º degrees, saturation: 0.8, 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 #D11758 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 88 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.18 |
| HSL | 339.03º | 0.8% | 0.45% | - |
| HSV(B) | 339.03º | 0.89% | 0.82% | - |
| XYZ | 28.36 | 14.87 | 10.61 | - |
| YUV | 86.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 88 | 0 | 0.89 | 0.58 | 0.18 | 339.03 | 0.8 | 0.45 |
| Hex | D1 | 17 | 58 | 0 | 59 | 3A | 12 | 153 | 50 | 2D |
| Octal | 321 | 27 | 130 | 0 | 131 | 72 | 22 | 523 | 120 | 55 |
| Binary | 11010001 | 10111 | 1011000 | 0 | 1011001 | 111010 | 10010 | 101010011 | 1010000 | 101101 |
Color Harmonies of #D11758
Complementary color
Monochromatic Colors of #D11758
Black with #D11758
Text Example
Text Example
White with #D11758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11758; }
p { color: rgb(209,23,88); }
H1.HeaderClassName
{
color: #D11758;
}
.AnyTagClassName
{
color: #D11758;
}
</style>
background-color css
<style>
a { background-color: #D11758; }
a { background-color: rgb(209,23,88); }
div.DivClassName
{
background-color: #D11758;
}
.BgClassName
{
background-color: #D11758;
}
</style>
border-color css
<style>
span { border-color: #D11758; }
span { border-color: rgb(209,23,88); }
td.TdClassName
{
border-color: #D11758;
}
.TagClassName
{
border-color: #D11758;
}
</style>