Shades of Ruby #D50860
Tints of Ruby #D50860
RGB
CMYK
RGB Variations
Color information
#D50860 (or 0xD50860) is known color: Ruby. HEX triplet: D5, 08 and 60. RGB value is (213,8,96). Sum of RGB (Red+Green+Blue) = 213+8+96=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D50860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50860 is #2AF79F. Grayscale: #4F4F4F. Windows color (decimal): -2815904 or 6293717. OLE color: 6293717.
HSL color Cylindrical-coordinate representation of color #D50860: hue angle of 334.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50860 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.16 |
| HSL | 334.24º | 0.93% | 0.43% | - |
| HSV(B) | 334.24º | 0.96% | 0.84% | - |
| XYZ | 29.64 | 15.16 | 12.43 | - |
| YUV | 79.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 96 | 0 | 0.96 | 0.55 | 0.16 | 334.24 | 0.93 | 0.43 |
| Hex | D5 | 8 | 60 | 0 | 60 | 37 | 10 | 14E | 5D | 2B |
| Octal | 325 | 10 | 140 | 0 | 140 | 67 | 20 | 516 | 135 | 53 |
| Binary | 11010101 | 1000 | 1100000 | 0 | 1100000 | 110111 | 10000 | 101001110 | 1011101 | 101011 |
Color Harmonies of #D50860
Complementary color
Monochromatic Colors of #D50860
Black with #D50860
Text Example
Text Example
White with #D50860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50860; }
p { color: rgb(213,8,96); }
H1.HeaderClassName
{
color: #D50860;
}
.AnyTagClassName
{
color: #D50860;
}
</style>
background-color css
<style>
a { background-color: #D50860; }
a { background-color: rgb(213,8,96); }
div.DivClassName
{
background-color: #D50860;
}
.BgClassName
{
background-color: #D50860;
}
</style>
border-color css
<style>
span { border-color: #D50860; }
span { border-color: rgb(213,8,96); }
td.TdClassName
{
border-color: #D50860;
}
.TagClassName
{
border-color: #D50860;
}
</style>