Shades of Ruby #D10866
Tints of Ruby #D10866
RGB
CMYK
RGB Variations
Color information
#D10866 (or 0xD10866) is known color: Ruby. HEX triplet: D1, 08 and 66. RGB value is (209,8,102). Sum of RGB (Red+Green+Blue) = 209+8+102=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D10866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10866 is #2EF799. Grayscale: #4E4E4E. Windows color (decimal): -3078042 or 6686929. OLE color: 6686929.
HSL color Cylindrical-coordinate representation of color #D10866: hue angle of 331.94º degrees, saturation: 0.93, 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 #D10866 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.18 |
| HSL | 331.94º | 0.93% | 0.43% | - |
| HSV(B) | 331.94º | 0.96% | 0.82% | - |
| XYZ | 28.78 | 14.69 | 13.89 | - |
| YUV | 78.82 | 141.09 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 102 | 0 | 0.96 | 0.51 | 0.18 | 331.94 | 0.93 | 0.43 |
| Hex | D1 | 8 | 66 | 0 | 60 | 33 | 12 | 14C | 5D | 2B |
| Octal | 321 | 10 | 146 | 0 | 140 | 63 | 22 | 514 | 135 | 53 |
| Binary | 11010001 | 1000 | 1100110 | 0 | 1100000 | 110011 | 10010 | 101001100 | 1011101 | 101011 |
Color Harmonies of #D10866
Complementary color
Monochromatic Colors of #D10866
Black with #D10866
Text Example
Text Example
White with #D10866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10866; }
p { color: rgb(209,8,102); }
H1.HeaderClassName
{
color: #D10866;
}
.AnyTagClassName
{
color: #D10866;
}
</style>
background-color css
<style>
a { background-color: #D10866; }
a { background-color: rgb(209,8,102); }
div.DivClassName
{
background-color: #D10866;
}
.BgClassName
{
background-color: #D10866;
}
</style>
border-color css
<style>
span { border-color: #D10866; }
span { border-color: rgb(209,8,102); }
td.TdClassName
{
border-color: #D10866;
}
.TagClassName
{
border-color: #D10866;
}
</style>