Shades of Ruby #D10666
Tints of Ruby #D10666
RGB
CMYK
RGB Variations
Color information
#D10666 (or 0xD10666) is known color: Ruby. HEX triplet: D1, 06 and 66. RGB value is (209,6,102). Sum of RGB (Red+Green+Blue) = 209+6+102=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D10666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10666 is #2EF999. Grayscale: #4D4D4D. Windows color (decimal): -3078554 or 6686417. OLE color: 6686417.
HSL color Cylindrical-coordinate representation of color #D10666: hue angle of 331.63º 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 #D10666 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.18 |
| HSL | 331.63º | 0.94% | 0.42% | - |
| HSV(B) | 331.63º | 0.97% | 0.82% | - |
| XYZ | 28.76 | 14.64 | 13.88 | - |
| YUV | 77.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 102 | 0 | 0.97 | 0.51 | 0.18 | 331.63 | 0.94 | 0.42 |
| Hex | D1 | 6 | 66 | 0 | 61 | 33 | 12 | 14C | 5E | 2A |
| Octal | 321 | 6 | 146 | 0 | 141 | 63 | 22 | 514 | 136 | 52 |
| Binary | 11010001 | 110 | 1100110 | 0 | 1100001 | 110011 | 10010 | 101001100 | 1011110 | 101010 |
Color Harmonies of #D10666
Complementary color
Monochromatic Colors of #D10666
Black with #D10666
Text Example
Text Example
White with #D10666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10666; }
p { color: rgb(209,6,102); }
H1.HeaderClassName
{
color: #D10666;
}
.AnyTagClassName
{
color: #D10666;
}
</style>
background-color css
<style>
a { background-color: #D10666; }
a { background-color: rgb(209,6,102); }
div.DivClassName
{
background-color: #D10666;
}
.BgClassName
{
background-color: #D10666;
}
</style>
border-color css
<style>
span { border-color: #D10666; }
span { border-color: rgb(209,6,102); }
td.TdClassName
{
border-color: #D10666;
}
.TagClassName
{
border-color: #D10666;
}
</style>