Shades of Ruby #D11660
Tints of Ruby #D11660
RGB
CMYK
RGB Variations
Color information
#D11660 (or 0xD11660) is known color: Ruby. HEX triplet: D1, 16 and 60. RGB value is (209,22,96). Sum of RGB (Red+Green+Blue) = 209+22+96=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11660 is #2EE99F. Grayscale: #565656. Windows color (decimal): -3074464 or 6297297. OLE color: 6297297.
HSL color Cylindrical-coordinate representation of color #D11660: hue angle of 336.26º 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 #D11660 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 22 | 96 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.18 |
| HSL | 336.26º | 0.81% | 0.45% | - |
| HSV(B) | 336.26º | 0.89% | 0.82% | - |
| XYZ | 28.69 | 14.97 | 12.44 | - |
| YUV | 86.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 22 | 96 | 0 | 0.89 | 0.54 | 0.18 | 336.26 | 0.81 | 0.45 |
| Hex | D1 | 16 | 60 | 0 | 59 | 36 | 12 | 150 | 51 | 2D |
| Octal | 321 | 26 | 140 | 0 | 131 | 66 | 22 | 520 | 121 | 55 |
| Binary | 11010001 | 10110 | 1100000 | 0 | 1011001 | 110110 | 10010 | 101010000 | 1010001 | 101101 |
Color Harmonies of #D11660
Complementary color
Monochromatic Colors of #D11660
Black with #D11660
Text Example
Text Example
White with #D11660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11660; }
p { color: rgb(209,22,96); }
H1.HeaderClassName
{
color: #D11660;
}
.AnyTagClassName
{
color: #D11660;
}
</style>
background-color css
<style>
a { background-color: #D11660; }
a { background-color: rgb(209,22,96); }
div.DivClassName
{
background-color: #D11660;
}
.BgClassName
{
background-color: #D11660;
}
</style>
border-color css
<style>
span { border-color: #D11660; }
span { border-color: rgb(209,22,96); }
td.TdClassName
{
border-color: #D11660;
}
.TagClassName
{
border-color: #D11660;
}
</style>