Shades of Ruby #D10D58
Tints of Ruby #D10D58
RGB
CMYK
RGB Variations
Color information
#D10D58 (or 0xD10D58) is known color: Ruby. HEX triplet: D1, 0D and 58. RGB value is (209,13,88). Sum of RGB (Red+Green+Blue) = 209+13+88=310 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.42% from 310); Green value is 13 (5.47% from 255 or 4.19% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D58 is #2EF2A7. Grayscale: #505050. Windows color (decimal): -3076776 or 5770705. OLE color: 5770705.
HSL color Cylindrical-coordinate representation of color #D10D58: hue angle of 337.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10D58 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.18 |
| HSL | 337.04º | 0.88% | 0.44% | - |
| HSV(B) | 337.04º | 0.94% | 0.82% | - |
| XYZ | 28.2 | 14.55 | 10.55 | - |
| YUV | 80.15 | 132.43 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 13 | 88 | 0 | 0.94 | 0.58 | 0.18 | 337.04 | 0.88 | 0.44 |
| Hex | D1 | D | 58 | 0 | 5E | 3A | 12 | 151 | 58 | 2C |
| Octal | 321 | 15 | 130 | 0 | 136 | 72 | 22 | 521 | 130 | 54 |
| Binary | 11010001 | 1101 | 1011000 | 0 | 1011110 | 111010 | 10010 | 101010001 | 1011000 | 101100 |
Color Harmonies of #D10D58
Complementary color
Monochromatic Colors of #D10D58
Black with #D10D58
Text Example
Text Example
White with #D10D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10D58; }
p { color: rgb(209,13,88); }
H1.HeaderClassName
{
color: #D10D58;
}
.AnyTagClassName
{
color: #D10D58;
}
</style>
background-color css
<style>
a { background-color: #D10D58; }
a { background-color: rgb(209,13,88); }
div.DivClassName
{
background-color: #D10D58;
}
.BgClassName
{
background-color: #D10D58;
}
</style>
border-color css
<style>
span { border-color: #D10D58; }
span { border-color: rgb(209,13,88); }
td.TdClassName
{
border-color: #D10D58;
}
.TagClassName
{
border-color: #D10D58;
}
</style>