Shades of Ruby #D10966
Tints of Ruby #D10966
RGB
CMYK
RGB Variations
Color information
#D10966 (or 0xD10966) is known color: Ruby. HEX triplet: D1, 09 and 66. RGB value is (209,9,102). Sum of RGB (Red+Green+Blue) = 209+9+102=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D10966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10966 is #2EF699. Grayscale: #4F4F4F. Windows color (decimal): -3077786 or 6687185. OLE color: 6687185.
HSL color Cylindrical-coordinate representation of color #D10966: hue angle of 332.1º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10966 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 102 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 332.1º | 0.92% | 0.43% | - |
| HSV(B) | 332.1º | 0.96% | 0.82% | - |
| XYZ | 28.79 | 14.71 | 13.89 | - |
| YUV | 79.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 102 | 0 | 0.96 | 0.51 | 0.18 | 332.1 | 0.92 | 0.43 |
| Hex | D1 | 9 | 66 | 0 | 60 | 33 | 12 | 14C | 5C | 2B |
| Octal | 321 | 11 | 146 | 0 | 140 | 63 | 22 | 514 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100110 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011100 | 101011 |
Color Harmonies of #D10966
Complementary color
Monochromatic Colors of #D10966
Black with #D10966
Text Example
Text Example
White with #D10966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10966; }
p { color: rgb(209,9,102); }
H1.HeaderClassName
{
color: #D10966;
}
.AnyTagClassName
{
color: #D10966;
}
</style>
background-color css
<style>
a { background-color: #D10966; }
a { background-color: rgb(209,9,102); }
div.DivClassName
{
background-color: #D10966;
}
.BgClassName
{
background-color: #D10966;
}
</style>
border-color css
<style>
span { border-color: #D10966; }
span { border-color: rgb(209,9,102); }
td.TdClassName
{
border-color: #D10966;
}
.TagClassName
{
border-color: #D10966;
}
</style>