Shades of Ruby #D10660
Tints of Ruby #D10660
RGB
CMYK
RGB Variations
Color information
#D10660 (or 0xD10660) is known color: Ruby. HEX triplet: D1, 06 and 60. RGB value is (209,6,96). Sum of RGB (Red+Green+Blue) = 209+6+96=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D10660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10660 is #2EF99F. Grayscale: #4C4C4C. Windows color (decimal): -3078560 or 6293201. OLE color: 6293201.
HSL color Cylindrical-coordinate representation of color #D10660: hue angle of 333.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10660 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 96 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.18 |
| HSL | 333.4º | 0.94% | 0.42% | - |
| HSV(B) | 333.4º | 0.97% | 0.82% | - |
| XYZ | 28.47 | 14.53 | 12.37 | - |
| YUV | 76.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 96 | 0 | 0.97 | 0.54 | 0.18 | 333.4 | 0.94 | 0.42 |
| Hex | D1 | 6 | 60 | 0 | 61 | 36 | 12 | 14D | 5E | 2A |
| Octal | 321 | 6 | 140 | 0 | 141 | 66 | 22 | 515 | 136 | 52 |
| Binary | 11010001 | 110 | 1100000 | 0 | 1100001 | 110110 | 10010 | 101001101 | 1011110 | 101010 |
Color Harmonies of #D10660
Complementary color
Monochromatic Colors of #D10660
Black with #D10660
Text Example
Text Example
White with #D10660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10660; }
p { color: rgb(209,6,96); }
H1.HeaderClassName
{
color: #D10660;
}
.AnyTagClassName
{
color: #D10660;
}
</style>
background-color css
<style>
a { background-color: #D10660; }
a { background-color: rgb(209,6,96); }
div.DivClassName
{
background-color: #D10660;
}
.BgClassName
{
background-color: #D10660;
}
</style>
border-color css
<style>
span { border-color: #D10660; }
span { border-color: rgb(209,6,96); }
td.TdClassName
{
border-color: #D10660;
}
.TagClassName
{
border-color: #D10660;
}
</style>