Shades of Ruby #D10763
Tints of Ruby #D10763
RGB
CMYK
RGB Variations
Color information
#D10763 (or 0xD10763) is known color: Ruby. HEX triplet: D1, 07 and 63. RGB value is (209,7,99). Sum of RGB (Red+Green+Blue) = 209+7+99=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D10763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10763 is #2EF89C. Grayscale: #4D4D4D. Windows color (decimal): -3078301 or 6490065. OLE color: 6490065.
HSL color Cylindrical-coordinate representation of color #D10763: hue angle of 332.67º 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 #D10763 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 99 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.18 |
| HSL | 332.67º | 0.94% | 0.42% | - |
| HSV(B) | 332.67º | 0.97% | 0.82% | - |
| XYZ | 28.62 | 14.61 | 13.12 | - |
| YUV | 77.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 99 | 0 | 0.97 | 0.53 | 0.18 | 332.67 | 0.94 | 0.42 |
| Hex | D1 | 7 | 63 | 0 | 61 | 35 | 12 | 14D | 5E | 2A |
| Octal | 321 | 7 | 143 | 0 | 141 | 65 | 22 | 515 | 136 | 52 |
| Binary | 11010001 | 111 | 1100011 | 0 | 1100001 | 110101 | 10010 | 101001101 | 1011110 | 101010 |
Color Harmonies of #D10763
Complementary color
Monochromatic Colors of #D10763
Black with #D10763
Text Example
Text Example
White with #D10763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10763; }
p { color: rgb(209,7,99); }
H1.HeaderClassName
{
color: #D10763;
}
.AnyTagClassName
{
color: #D10763;
}
</style>
background-color css
<style>
a { background-color: #D10763; }
a { background-color: rgb(209,7,99); }
div.DivClassName
{
background-color: #D10763;
}
.BgClassName
{
background-color: #D10763;
}
</style>
border-color css
<style>
span { border-color: #D10763; }
span { border-color: rgb(209,7,99); }
td.TdClassName
{
border-color: #D10763;
}
.TagClassName
{
border-color: #D10763;
}
</style>