Shades of Ruby #D10764
Tints of Ruby #D10764
RGB
CMYK
RGB Variations
Color information
#D10764 (or 0xD10764) is known color: Ruby. HEX triplet: D1, 07 and 64. RGB value is (209,7,100). Sum of RGB (Red+Green+Blue) = 209+7+100=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D10764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10764 is #2EF89B. Grayscale: #4D4D4D. Windows color (decimal): -3078300 or 6555601. OLE color: 6555601.
HSL color Cylindrical-coordinate representation of color #D10764: hue angle of 332.38º 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 #D10764 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.18 |
| HSL | 332.38º | 0.94% | 0.42% | - |
| HSV(B) | 332.38º | 0.97% | 0.82% | - |
| XYZ | 28.67 | 14.63 | 13.37 | - |
| YUV | 78 | 140.42 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 100 | 0 | 0.97 | 0.52 | 0.18 | 332.38 | 0.94 | 0.42 |
| Hex | D1 | 7 | 64 | 0 | 61 | 34 | 12 | 14C | 5E | 2A |
| Octal | 321 | 7 | 144 | 0 | 141 | 64 | 22 | 514 | 136 | 52 |
| Binary | 11010001 | 111 | 1100100 | 0 | 1100001 | 110100 | 10010 | 101001100 | 1011110 | 101010 |
Color Harmonies of #D10764
Complementary color
Monochromatic Colors of #D10764
Black with #D10764
Text Example
Text Example
White with #D10764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10764; }
p { color: rgb(209,7,100); }
H1.HeaderClassName
{
color: #D10764;
}
.AnyTagClassName
{
color: #D10764;
}
</style>
background-color css
<style>
a { background-color: #D10764; }
a { background-color: rgb(209,7,100); }
div.DivClassName
{
background-color: #D10764;
}
.BgClassName
{
background-color: #D10764;
}
</style>
border-color css
<style>
span { border-color: #D10764; }
span { border-color: rgb(209,7,100); }
td.TdClassName
{
border-color: #D10764;
}
.TagClassName
{
border-color: #D10764;
}
</style>