Shades of Ruby #D11054
Tints of Ruby #D11054
RGB
CMYK
RGB Variations
Color information
#D11054 (or 0xD11054) is known color: Ruby. HEX triplet: D1, 10 and 54. RGB value is (209,16,84). Sum of RGB (Red+Green+Blue) = 209+16+84=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D11054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11054 is #2EEFAB. Grayscale: #515151. Windows color (decimal): -3076012 or 5509329. OLE color: 5509329.
HSL color Cylindrical-coordinate representation of color #D11054: hue angle of 338.86º 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 #D11054 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 84 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.18 |
| HSL | 338.86º | 0.86% | 0.44% | - |
| HSV(B) | 338.86º | 0.92% | 0.82% | - |
| XYZ | 28.08 | 14.57 | 9.72 | - |
| YUV | 81.46 | 129.44 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 84 | 0 | 0.92 | 0.60 | 0.18 | 338.86 | 0.86 | 0.44 |
| Hex | D1 | 10 | 54 | 0 | 5C | 3C | 12 | 153 | 56 | 2C |
| Octal | 321 | 20 | 124 | 0 | 134 | 74 | 22 | 523 | 126 | 54 |
| Binary | 11010001 | 10000 | 1010100 | 0 | 1011100 | 111100 | 10010 | 101010011 | 1010110 | 101100 |
Color Harmonies of #D11054
Complementary color
Monochromatic Colors of #D11054
Black with #D11054
Text Example
Text Example
White with #D11054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11054; }
p { color: rgb(209,16,84); }
H1.HeaderClassName
{
color: #D11054;
}
.AnyTagClassName
{
color: #D11054;
}
</style>
background-color css
<style>
a { background-color: #D11054; }
a { background-color: rgb(209,16,84); }
div.DivClassName
{
background-color: #D11054;
}
.BgClassName
{
background-color: #D11054;
}
</style>
border-color css
<style>
span { border-color: #D11054; }
span { border-color: rgb(209,16,84); }
td.TdClassName
{
border-color: #D11054;
}
.TagClassName
{
border-color: #D11054;
}
</style>