Shades of Ruby #D10762
Tints of Ruby #D10762
RGB
CMYK
RGB Variations
Color information
#D10762 (or 0xD10762) is known color: Ruby. HEX triplet: D1, 07 and 62. RGB value is (209,7,98). Sum of RGB (Red+Green+Blue) = 209+7+98=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D10762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10762 is #2EF89D. Grayscale: #4D4D4D. Windows color (decimal): -3078302 or 6424529. OLE color: 6424529.
HSL color Cylindrical-coordinate representation of color #D10762: hue angle of 332.97º 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 #D10762 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 98 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.18 |
| HSL | 332.97º | 0.94% | 0.42% | - |
| HSV(B) | 332.97º | 0.97% | 0.82% | - |
| XYZ | 28.58 | 14.59 | 12.87 | - |
| YUV | 77.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 98 | 0 | 0.97 | 0.53 | 0.18 | 332.97 | 0.94 | 0.42 |
| Hex | D1 | 7 | 62 | 0 | 61 | 35 | 12 | 14D | 5E | 2A |
| Octal | 321 | 7 | 142 | 0 | 141 | 65 | 22 | 515 | 136 | 52 |
| Binary | 11010001 | 111 | 1100010 | 0 | 1100001 | 110101 | 10010 | 101001101 | 1011110 | 101010 |
Color Harmonies of #D10762
Complementary color
Monochromatic Colors of #D10762
Black with #D10762
Text Example
Text Example
White with #D10762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10762; }
p { color: rgb(209,7,98); }
H1.HeaderClassName
{
color: #D10762;
}
.AnyTagClassName
{
color: #D10762;
}
</style>
background-color css
<style>
a { background-color: #D10762; }
a { background-color: rgb(209,7,98); }
div.DivClassName
{
background-color: #D10762;
}
.BgClassName
{
background-color: #D10762;
}
</style>
border-color css
<style>
span { border-color: #D10762; }
span { border-color: rgb(209,7,98); }
td.TdClassName
{
border-color: #D10762;
}
.TagClassName
{
border-color: #D10762;
}
</style>