Shades of Ruby #D10F58
Tints of Ruby #D10F58
RGB
CMYK
RGB Variations
Color information
#D10F58 (or 0xD10F58) is known color: Ruby. HEX triplet: D1, 0F and 58. RGB value is (209,15,88). Sum of RGB (Red+Green+Blue) = 209+15+88=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D10F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10F58 is #2EF0A7. Grayscale: #515151. Windows color (decimal): -3076264 or 5771217. OLE color: 5771217.
HSL color Cylindrical-coordinate representation of color #D10F58: hue angle of 337.42º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10F58 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 15 | 88 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.18 |
| HSL | 337.42º | 0.87% | 0.44% | - |
| HSV(B) | 337.42º | 0.93% | 0.82% | - |
| XYZ | 28.23 | 14.6 | 10.56 | - |
| YUV | 81.33 | 131.77 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 15 | 88 | 0 | 0.93 | 0.58 | 0.18 | 337.42 | 0.87 | 0.44 |
| Hex | D1 | F | 58 | 0 | 5D | 3A | 12 | 151 | 57 | 2C |
| Octal | 321 | 17 | 130 | 0 | 135 | 72 | 22 | 521 | 127 | 54 |
| Binary | 11010001 | 1111 | 1011000 | 0 | 1011101 | 111010 | 10010 | 101010001 | 1010111 | 101100 |
Color Harmonies of #D10F58
Complementary color
Monochromatic Colors of #D10F58
Black with #D10F58
Text Example
Text Example
White with #D10F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10F58; }
p { color: rgb(209,15,88); }
H1.HeaderClassName
{
color: #D10F58;
}
.AnyTagClassName
{
color: #D10F58;
}
</style>
background-color css
<style>
a { background-color: #D10F58; }
a { background-color: rgb(209,15,88); }
div.DivClassName
{
background-color: #D10F58;
}
.BgClassName
{
background-color: #D10F58;
}
</style>
border-color css
<style>
span { border-color: #D10F58; }
span { border-color: rgb(209,15,88); }
td.TdClassName
{
border-color: #D10F58;
}
.TagClassName
{
border-color: #D10F58;
}
</style>