Shades of Ruby #D10C5E
Tints of Ruby #D10C5E
RGB
CMYK
RGB Variations
Color information
#D10C5E (or 0xD10C5E) is known color: Ruby. HEX triplet: D1, 0C and 5E. RGB value is (209,12,94). Sum of RGB (Red+Green+Blue) = 209+12+94=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C5E is #2EF3A1. Grayscale: #505050. Windows color (decimal): -3077026 or 6163665. OLE color: 6163665.
HSL color Cylindrical-coordinate representation of color #D10C5E: hue angle of 335.03º 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 #D10C5E is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 12 | 94 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.18 |
| HSL | 335.03º | 0.89% | 0.43% | - |
| HSV(B) | 335.03º | 0.94% | 0.82% | - |
| XYZ | 28.45 | 14.63 | 11.91 | - |
| YUV | 80.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 12 | 94 | 0 | 0.94 | 0.55 | 0.18 | 335.03 | 0.89 | 0.43 |
| Hex | D1 | C | 5E | 0 | 5E | 37 | 12 | 14F | 59 | 2B |
| Octal | 321 | 14 | 136 | 0 | 136 | 67 | 22 | 517 | 131 | 53 |
| Binary | 11010001 | 1100 | 1011110 | 0 | 1011110 | 110111 | 10010 | 101001111 | 1011001 | 101011 |
Color Harmonies of #D10C5E
Complementary color
Monochromatic Colors of #D10C5E
Black with #D10C5E
Text Example
Text Example
White with #D10C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10C5E; }
p { color: rgb(209,12,94); }
H1.HeaderClassName
{
color: #D10C5E;
}
.AnyTagClassName
{
color: #D10C5E;
}
</style>
background-color css
<style>
a { background-color: #D10C5E; }
a { background-color: rgb(209,12,94); }
div.DivClassName
{
background-color: #D10C5E;
}
.BgClassName
{
background-color: #D10C5E;
}
</style>
border-color css
<style>
span { border-color: #D10C5E; }
span { border-color: rgb(209,12,94); }
td.TdClassName
{
border-color: #D10C5E;
}
.TagClassName
{
border-color: #D10C5E;
}
</style>