Shades of Ruby #D50F56
Tints of Ruby #D50F56
RGB
CMYK
RGB Variations
Color information
#D50F56 (or 0xD50F56) is known color: Ruby. HEX triplet: D5, 0F and 56. RGB value is (213,15,86). Sum of RGB (Red+Green+Blue) = 213+15+86=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F56 is #2AF0A9. Grayscale: #525252. Windows color (decimal): -2814122 or 5640149. OLE color: 5640149.
HSL color Cylindrical-coordinate representation of color #D50F56: hue angle of 338.48º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F56 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 86 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.16 |
| HSL | 338.48º | 0.87% | 0.45% | - |
| HSV(B) | 338.48º | 0.93% | 0.84% | - |
| XYZ | 29.29 | 15.16 | 10.19 | - |
| YUV | 82.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 86 | 0 | 0.93 | 0.60 | 0.16 | 338.48 | 0.87 | 0.45 |
| Hex | D5 | F | 56 | 0 | 5D | 3C | 10 | 152 | 57 | 2D |
| Octal | 325 | 17 | 126 | 0 | 135 | 74 | 20 | 522 | 127 | 55 |
| Binary | 11010101 | 1111 | 1010110 | 0 | 1011101 | 111100 | 10000 | 101010010 | 1010111 | 101101 |
Color Harmonies of #D50F56
Complementary color
Monochromatic Colors of #D50F56
Black with #D50F56
Text Example
Text Example
White with #D50F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F56; }
p { color: rgb(213,15,86); }
H1.HeaderClassName
{
color: #D50F56;
}
.AnyTagClassName
{
color: #D50F56;
}
</style>
background-color css
<style>
a { background-color: #D50F56; }
a { background-color: rgb(213,15,86); }
div.DivClassName
{
background-color: #D50F56;
}
.BgClassName
{
background-color: #D50F56;
}
</style>
border-color css
<style>
span { border-color: #D50F56; }
span { border-color: rgb(213,15,86); }
td.TdClassName
{
border-color: #D50F56;
}
.TagClassName
{
border-color: #D50F56;
}
</style>