Shades of Ruby #D10A57
Tints of Ruby #D10A57
RGB
CMYK
RGB Variations
Color information
#D10A57 (or 0xD10A57) is known color: Ruby. HEX triplet: D1, 0A and 57. RGB value is (209,10,87). Sum of RGB (Red+Green+Blue) = 209+10+87=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10A57 is #2EF5A8. Grayscale: #4E4E4E. Windows color (decimal): -3077545 or 5704401. OLE color: 5704401.
HSL color Cylindrical-coordinate representation of color #D10A57: hue angle of 336.78º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10A57 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 87 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.18 |
| HSL | 336.78º | 0.91% | 0.43% | - |
| HSV(B) | 336.78º | 0.95% | 0.82% | - |
| XYZ | 28.12 | 14.46 | 10.33 | - |
| YUV | 78.28 | 132.93 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 87 | 0 | 0.95 | 0.58 | 0.18 | 336.78 | 0.91 | 0.43 |
| Hex | D1 | A | 57 | 0 | 5F | 3A | 12 | 151 | 5B | 2B |
| Octal | 321 | 12 | 127 | 0 | 137 | 72 | 22 | 521 | 133 | 53 |
| Binary | 11010001 | 1010 | 1010111 | 0 | 1011111 | 111010 | 10010 | 101010001 | 1011011 | 101011 |
Color Harmonies of #D10A57
Complementary color
Monochromatic Colors of #D10A57
Black with #D10A57
Text Example
Text Example
White with #D10A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A57; }
p { color: rgb(209,10,87); }
H1.HeaderClassName
{
color: #D10A57;
}
.AnyTagClassName
{
color: #D10A57;
}
</style>
background-color css
<style>
a { background-color: #D10A57; }
a { background-color: rgb(209,10,87); }
div.DivClassName
{
background-color: #D10A57;
}
.BgClassName
{
background-color: #D10A57;
}
</style>
border-color css
<style>
span { border-color: #D10A57; }
span { border-color: rgb(209,10,87); }
td.TdClassName
{
border-color: #D10A57;
}
.TagClassName
{
border-color: #D10A57;
}
</style>