Shades of Ruby #D11055
Tints of Ruby #D11055
RGB
CMYK
RGB Variations
Color information
#D11055 (or 0xD11055) is known color: Ruby. HEX triplet: D1, 10 and 55. RGB value is (209,16,85). Sum of RGB (Red+Green+Blue) = 209+16+85=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D11055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11055 is #2EEFAA. Grayscale: #515151. Windows color (decimal): -3076011 or 5574865. OLE color: 5574865.
HSL color Cylindrical-coordinate representation of color #D11055: hue angle of 338.55º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11055 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 85 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.18 |
| HSL | 338.55º | 0.86% | 0.44% | - |
| HSV(B) | 338.55º | 0.92% | 0.82% | - |
| XYZ | 28.12 | 14.58 | 9.93 | - |
| YUV | 81.57 | 129.94 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 85 | 0 | 0.92 | 0.59 | 0.18 | 338.55 | 0.86 | 0.44 |
| Hex | D1 | 10 | 55 | 0 | 5C | 3B | 12 | 153 | 56 | 2C |
| Octal | 321 | 20 | 125 | 0 | 134 | 73 | 22 | 523 | 126 | 54 |
| Binary | 11010001 | 10000 | 1010101 | 0 | 1011100 | 111011 | 10010 | 101010011 | 1010110 | 101100 |
Color Harmonies of #D11055
Complementary color
Monochromatic Colors of #D11055
Black with #D11055
Text Example
Text Example
White with #D11055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11055; }
p { color: rgb(209,16,85); }
H1.HeaderClassName
{
color: #D11055;
}
.AnyTagClassName
{
color: #D11055;
}
</style>
background-color css
<style>
a { background-color: #D11055; }
a { background-color: rgb(209,16,85); }
div.DivClassName
{
background-color: #D11055;
}
.BgClassName
{
background-color: #D11055;
}
</style>
border-color css
<style>
span { border-color: #D11055; }
span { border-color: rgb(209,16,85); }
td.TdClassName
{
border-color: #D11055;
}
.TagClassName
{
border-color: #D11055;
}
</style>