Shades of Ruby #D10766
Tints of Ruby #D10766
RGB
CMYK
RGB Variations
Color information
#D10766 (or 0xD10766) is known color: Ruby. HEX triplet: D1, 07 and 66. RGB value is (209,7,102). Sum of RGB (Red+Green+Blue) = 209+7+102=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D10766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10766 is #2EF899. Grayscale: #4E4E4E. Windows color (decimal): -3078298 or 6686673. OLE color: 6686673.
HSL color Cylindrical-coordinate representation of color #D10766: hue angle of 331.78º 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 #D10766 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.18 |
| HSL | 331.78º | 0.94% | 0.42% | - |
| HSV(B) | 331.78º | 0.97% | 0.82% | - |
| XYZ | 28.77 | 14.67 | 13.89 | - |
| YUV | 78.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 102 | 0 | 0.97 | 0.51 | 0.18 | 331.78 | 0.94 | 0.42 |
| Hex | D1 | 7 | 66 | 0 | 61 | 33 | 12 | 14C | 5E | 2A |
| Octal | 321 | 7 | 146 | 0 | 141 | 63 | 22 | 514 | 136 | 52 |
| Binary | 11010001 | 111 | 1100110 | 0 | 1100001 | 110011 | 10010 | 101001100 | 1011110 | 101010 |
Color Harmonies of #D10766
Complementary color
Monochromatic Colors of #D10766
Black with #D10766
Text Example
Text Example
White with #D10766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10766; }
p { color: rgb(209,7,102); }
H1.HeaderClassName
{
color: #D10766;
}
.AnyTagClassName
{
color: #D10766;
}
</style>
background-color css
<style>
a { background-color: #D10766; }
a { background-color: rgb(209,7,102); }
div.DivClassName
{
background-color: #D10766;
}
.BgClassName
{
background-color: #D10766;
}
</style>
border-color css
<style>
span { border-color: #D10766; }
span { border-color: rgb(209,7,102); }
td.TdClassName
{
border-color: #D10766;
}
.TagClassName
{
border-color: #D10766;
}
</style>