Shades of Ruby #D10964
Tints of Ruby #D10964
RGB
CMYK
RGB Variations
Color information
#D10964 (or 0xD10964) is known color: Ruby. HEX triplet: D1, 09 and 64. RGB value is (209,9,100). Sum of RGB (Red+Green+Blue) = 209+9+100=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D10964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10964 is #2EF69B. Grayscale: #4F4F4F. Windows color (decimal): -3077788 or 6556113. OLE color: 6556113.
HSL color Cylindrical-coordinate representation of color #D10964: hue angle of 332.7º 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 #D10964 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.18 |
| HSL | 332.7º | 0.92% | 0.43% | - |
| HSV(B) | 332.7º | 0.96% | 0.82% | - |
| XYZ | 28.69 | 14.67 | 13.38 | - |
| YUV | 79.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 100 | 0 | 0.96 | 0.52 | 0.18 | 332.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | 64 | 0 | 60 | 34 | 12 | 14D | 5C | 2B |
| Octal | 321 | 11 | 144 | 0 | 140 | 64 | 22 | 515 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100100 | 0 | 1100000 | 110100 | 10010 | 101001101 | 1011100 | 101011 |
Color Harmonies of #D10964
Complementary color
Monochromatic Colors of #D10964
Black with #D10964
Text Example
Text Example
White with #D10964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10964; }
p { color: rgb(209,9,100); }
H1.HeaderClassName
{
color: #D10964;
}
.AnyTagClassName
{
color: #D10964;
}
</style>
background-color css
<style>
a { background-color: #D10964; }
a { background-color: rgb(209,9,100); }
div.DivClassName
{
background-color: #D10964;
}
.BgClassName
{
background-color: #D10964;
}
</style>
border-color css
<style>
span { border-color: #D10964; }
span { border-color: rgb(209,9,100); }
td.TdClassName
{
border-color: #D10964;
}
.TagClassName
{
border-color: #D10964;
}
</style>