Shades of Ruby #D10C65
Tints of Ruby #D10C65
RGB
CMYK
RGB Variations
Color information
#D10C65 (or 0xD10C65) is known color: Ruby. HEX triplet: D1, 0C and 65. RGB value is (209,12,101). Sum of RGB (Red+Green+Blue) = 209+12+101=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C65 is #2EF39A. Grayscale: #505050. Windows color (decimal): -3077019 or 6622417. OLE color: 6622417.
HSL color Cylindrical-coordinate representation of color #D10C65: hue angle of 332.89º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C65 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 101 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.18 |
| HSL | 332.89º | 0.89% | 0.43% | - |
| HSV(B) | 332.89º | 0.94% | 0.82% | - |
| XYZ | 28.77 | 14.76 | 13.64 | - |
| YUV | 81.05 | 139.27 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 101 | 0 | 0.94 | 0.52 | 0.18 | 332.89 | 0.89 | 0.43 |
| Hex | D1 | C | 65 | 0 | 5E | 34 | 12 | 14D | 59 | 2B |
| Octal | 321 | 14 | 145 | 0 | 136 | 64 | 22 | 515 | 131 | 53 |
| Binary | 11010001 | 1100 | 1100101 | 0 | 1011110 | 110100 | 10010 | 101001101 | 1011001 | 101011 |
Color Harmonies of #D10C65
Complementary color
Monochromatic Colors of #D10C65
Black with #D10C65
Text Example
Text Example
White with #D10C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C65; }
p { color: rgb(209,12,101); }
H1.HeaderClassName
{
color: #D10C65;
}
.AnyTagClassName
{
color: #D10C65;
}
</style>
background-color css
<style>
a { background-color: #D10C65; }
a { background-color: rgb(209,12,101); }
div.DivClassName
{
background-color: #D10C65;
}
.BgClassName
{
background-color: #D10C65;
}
</style>
border-color css
<style>
span { border-color: #D10C65; }
span { border-color: rgb(209,12,101); }
td.TdClassName
{
border-color: #D10C65;
}
.TagClassName
{
border-color: #D10C65;
}
</style>