Shades of Ruby #D10963
Tints of Ruby #D10963
RGB
CMYK
RGB Variations
Color information
#D10963 (or 0xD10963) is known color: Ruby. HEX triplet: D1, 09 and 63. RGB value is (209,9,99). Sum of RGB (Red+Green+Blue) = 209+9+99=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D10963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10963 is #2EF69C. Grayscale: #4E4E4E. Windows color (decimal): -3077789 or 6490577. OLE color: 6490577.
HSL color Cylindrical-coordinate representation of color #D10963: hue angle of 333º degrees, saturation: 0.92, 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 #D10963 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.18 |
| HSL | 333º | 0.92% | 0.43% | - |
| HSV(B) | 333º | 0.96% | 0.82% | - |
| XYZ | 28.64 | 14.65 | 13.12 | - |
| YUV | 79.06 | 139.26 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 99 | 0 | 0.96 | 0.53 | 0.18 | 333 | 0.92 | 0.43 |
| Hex | D1 | 9 | 63 | 0 | 60 | 35 | 12 | 14D | 5C | 2B |
| Octal | 321 | 11 | 143 | 0 | 140 | 65 | 22 | 515 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100011 | 0 | 1100000 | 110101 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D10963
Complementary color
Monochromatic Colors of #D10963
Black with #D10963
Text Example
Text Example
White with #D10963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10963; }
p { color: rgb(209,9,99); }
H1.HeaderClassName
{
color: #D10963;
}
.AnyTagClassName
{
color: #D10963;
}
</style>
background-color css
<style>
a { background-color: #D10963; }
a { background-color: rgb(209,9,99); }
div.DivClassName
{
background-color: #D10963;
}
.BgClassName
{
background-color: #D10963;
}
</style>
border-color css
<style>
span { border-color: #D10963; }
span { border-color: rgb(209,9,99); }
td.TdClassName
{
border-color: #D10963;
}
.TagClassName
{
border-color: #D10963;
}
</style>