Shades of Ruby #D11556
Tints of Ruby #D11556
RGB
CMYK
RGB Variations
Color information
#D11556 (or 0xD11556) is known color: Ruby. HEX triplet: D1, 15 and 56. RGB value is (209,21,86). Sum of RGB (Red+Green+Blue) = 209+21+86=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D11556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11556 is #2EEAA9. Grayscale: #545454. Windows color (decimal): -3074730 or 5641681. OLE color: 5641681.
HSL color Cylindrical-coordinate representation of color #D11556: hue angle of 339.26º 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 #D11556 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.18 |
| HSL | 339.26º | 0.82% | 0.45% | - |
| HSV(B) | 339.26º | 0.9% | 0.82% | - |
| XYZ | 28.24 | 14.76 | 10.17 | - |
| YUV | 84.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 86 | 0 | 0.90 | 0.59 | 0.18 | 339.26 | 0.82 | 0.45 |
| Hex | D1 | 15 | 56 | 0 | 5A | 3B | 12 | 153 | 52 | 2D |
| Octal | 321 | 25 | 126 | 0 | 132 | 73 | 22 | 523 | 122 | 55 |
| Binary | 11010001 | 10101 | 1010110 | 0 | 1011010 | 111011 | 10010 | 101010011 | 1010010 | 101101 |
Color Harmonies of #D11556
Complementary color
Monochromatic Colors of #D11556
Black with #D11556
Text Example
Text Example
White with #D11556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11556; }
p { color: rgb(209,21,86); }
H1.HeaderClassName
{
color: #D11556;
}
.AnyTagClassName
{
color: #D11556;
}
</style>
background-color css
<style>
a { background-color: #D11556; }
a { background-color: rgb(209,21,86); }
div.DivClassName
{
background-color: #D11556;
}
.BgClassName
{
background-color: #D11556;
}
</style>
border-color css
<style>
span { border-color: #D11556; }
span { border-color: rgb(209,21,86); }
td.TdClassName
{
border-color: #D11556;
}
.TagClassName
{
border-color: #D11556;
}
</style>