Shades of Ruby #D10957
Tints of Ruby #D10957
RGB
CMYK
RGB Variations
Color information
#D10957 (or 0xD10957) is known color: Ruby. HEX triplet: D1, 09 and 57. RGB value is (209,9,87). Sum of RGB (Red+Green+Blue) = 209+9+87=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D10957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10957 is #2EF6A8. Grayscale: #4D4D4D. Windows color (decimal): -3077801 or 5704145. OLE color: 5704145.
HSL color Cylindrical-coordinate representation of color #D10957: hue angle of 336.6º 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 #D10957 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.18 |
| HSL | 336.6º | 0.92% | 0.43% | - |
| HSV(B) | 336.6º | 0.96% | 0.82% | - |
| XYZ | 28.11 | 14.44 | 10.32 | - |
| YUV | 77.69 | 133.26 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 87 | 0 | 0.96 | 0.58 | 0.18 | 336.6 | 0.92 | 0.43 |
| Hex | D1 | 9 | 57 | 0 | 60 | 3A | 12 | 151 | 5C | 2B |
| Octal | 321 | 11 | 127 | 0 | 140 | 72 | 22 | 521 | 134 | 53 |
| Binary | 11010001 | 1001 | 1010111 | 0 | 1100000 | 111010 | 10010 | 101010001 | 1011100 | 101011 |
Color Harmonies of #D10957
Complementary color
Monochromatic Colors of #D10957
Black with #D10957
Text Example
Text Example
White with #D10957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10957; }
p { color: rgb(209,9,87); }
H1.HeaderClassName
{
color: #D10957;
}
.AnyTagClassName
{
color: #D10957;
}
</style>
background-color css
<style>
a { background-color: #D10957; }
a { background-color: rgb(209,9,87); }
div.DivClassName
{
background-color: #D10957;
}
.BgClassName
{
background-color: #D10957;
}
</style>
border-color css
<style>
span { border-color: #D10957; }
span { border-color: rgb(209,9,87); }
td.TdClassName
{
border-color: #D10957;
}
.TagClassName
{
border-color: #D10957;
}
</style>