Shades of Ruby #D11066
Tints of Ruby #D11066
RGB
CMYK
RGB Variations
Color information
#D11066 (or 0xD11066) is known color: Ruby. HEX triplet: D1, 10 and 66. RGB value is (209,16,102). Sum of RGB (Red+Green+Blue) = 209+16+102=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D11066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11066 is #2EEF99. Grayscale: #535353. Windows color (decimal): -3075994 or 6688977. OLE color: 6688977.
HSL color Cylindrical-coordinate representation of color #D11066: hue angle of 333.26º 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 #D11066 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 102 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.18 |
| HSL | 333.26º | 0.86% | 0.44% | - |
| HSV(B) | 333.26º | 0.92% | 0.82% | - |
| XYZ | 28.88 | 14.89 | 13.92 | - |
| YUV | 83.51 | 138.44 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 102 | 0 | 0.92 | 0.51 | 0.18 | 333.26 | 0.86 | 0.44 |
| Hex | D1 | 10 | 66 | 0 | 5C | 33 | 12 | 14D | 56 | 2C |
| Octal | 321 | 20 | 146 | 0 | 134 | 63 | 22 | 515 | 126 | 54 |
| Binary | 11010001 | 10000 | 1100110 | 0 | 1011100 | 110011 | 10010 | 101001101 | 1010110 | 101100 |
Color Harmonies of #D11066
Complementary color
Monochromatic Colors of #D11066
Black with #D11066
Text Example
Text Example
White with #D11066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11066; }
p { color: rgb(209,16,102); }
H1.HeaderClassName
{
color: #D11066;
}
.AnyTagClassName
{
color: #D11066;
}
</style>
background-color css
<style>
a { background-color: #D11066; }
a { background-color: rgb(209,16,102); }
div.DivClassName
{
background-color: #D11066;
}
.BgClassName
{
background-color: #D11066;
}
</style>
border-color css
<style>
span { border-color: #D11066; }
span { border-color: rgb(209,16,102); }
td.TdClassName
{
border-color: #D11066;
}
.TagClassName
{
border-color: #D11066;
}
</style>