Shades of Ruby #D11061
Tints of Ruby #D11061
RGB
CMYK
RGB Variations
Color information
#D11061 (or 0xD11061) is known color: Ruby. HEX triplet: D1, 10 and 61. RGB value is (209,16,97). Sum of RGB (Red+Green+Blue) = 209+16+97=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D11061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11061 is #2EEF9E. Grayscale: #525252. Windows color (decimal): -3075999 or 6361297. OLE color: 6361297.
HSL color Cylindrical-coordinate representation of color #D11061: hue angle of 334.82º 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 #D11061 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 97 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.18 |
| HSL | 334.82º | 0.86% | 0.44% | - |
| HSV(B) | 334.82º | 0.92% | 0.82% | - |
| XYZ | 28.64 | 14.79 | 12.65 | - |
| YUV | 82.94 | 135.94 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 97 | 0 | 0.92 | 0.54 | 0.18 | 334.82 | 0.86 | 0.44 |
| Hex | D1 | 10 | 61 | 0 | 5C | 36 | 12 | 14F | 56 | 2C |
| Octal | 321 | 20 | 141 | 0 | 134 | 66 | 22 | 517 | 126 | 54 |
| Binary | 11010001 | 10000 | 1100001 | 0 | 1011100 | 110110 | 10010 | 101001111 | 1010110 | 101100 |
Color Harmonies of #D11061
Complementary color
Monochromatic Colors of #D11061
Black with #D11061
Text Example
Text Example
White with #D11061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11061; }
p { color: rgb(209,16,97); }
H1.HeaderClassName
{
color: #D11061;
}
.AnyTagClassName
{
color: #D11061;
}
</style>
background-color css
<style>
a { background-color: #D11061; }
a { background-color: rgb(209,16,97); }
div.DivClassName
{
background-color: #D11061;
}
.BgClassName
{
background-color: #D11061;
}
</style>
border-color css
<style>
span { border-color: #D11061; }
span { border-color: rgb(209,16,97); }
td.TdClassName
{
border-color: #D11061;
}
.TagClassName
{
border-color: #D11061;
}
</style>