Shades of Ruby #D10965
Tints of Ruby #D10965
RGB
CMYK
RGB Variations
Color information
#D10965 (or 0xD10965) is known color: Ruby. HEX triplet: D1, 09 and 65. RGB value is (209,9,101). Sum of RGB (Red+Green+Blue) = 209+9+101=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D10965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10965 is #2EF69A. Grayscale: #4F4F4F. Windows color (decimal): -3077787 or 6621649. OLE color: 6621649.
HSL color Cylindrical-coordinate representation of color #D10965: hue angle of 332.4º 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 #D10965 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 101 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.18 |
| HSL | 332.4º | 0.92% | 0.43% | - |
| HSV(B) | 332.4º | 0.96% | 0.82% | - |
| XYZ | 28.74 | 14.69 | 13.63 | - |
| YUV | 79.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 101 | 0 | 0.96 | 0.52 | 0.18 | 332.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 65 | 0 | 60 | 34 | 12 | 14C | 5C | 2B |
| Octal | 321 | 11 | 145 | 0 | 140 | 64 | 22 | 514 | 134 | 53 |
| Binary | 11010001 | 1001 | 1100101 | 0 | 1100000 | 110100 | 10010 | 101001100 | 1011100 | 101011 |
Color Harmonies of #D10965
Complementary color
Monochromatic Colors of #D10965
Black with #D10965
Text Example
Text Example
White with #D10965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10965; }
p { color: rgb(209,9,101); }
H1.HeaderClassName
{
color: #D10965;
}
.AnyTagClassName
{
color: #D10965;
}
</style>
background-color css
<style>
a { background-color: #D10965; }
a { background-color: rgb(209,9,101); }
div.DivClassName
{
background-color: #D10965;
}
.BgClassName
{
background-color: #D10965;
}
</style>
border-color css
<style>
span { border-color: #D10965; }
span { border-color: rgb(209,9,101); }
td.TdClassName
{
border-color: #D10965;
}
.TagClassName
{
border-color: #D10965;
}
</style>