Shades of Ruby #D51657
Tints of Ruby #D51657
RGB
CMYK
RGB Variations
Color information
#D51657 (or 0xD51657) is known color: Ruby. HEX triplet: D5, 16 and 57. RGB value is (213,22,87). Sum of RGB (Red+Green+Blue) = 213+22+87=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D51657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51657 is #2AE9A8. Grayscale: #565656. Windows color (decimal): -2812329 or 5707477. OLE color: 5707477.
HSL color Cylindrical-coordinate representation of color #D51657: hue angle of 339.58º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51657 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 87 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.16 |
| HSL | 339.58º | 0.81% | 0.46% | - |
| HSV(B) | 339.58º | 0.9% | 0.84% | - |
| XYZ | 29.45 | 15.41 | 10.44 | - |
| YUV | 86.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 87 | 0 | 0.90 | 0.59 | 0.16 | 339.58 | 0.81 | 0.46 |
| Hex | D5 | 16 | 57 | 0 | 5A | 3B | 10 | 154 | 51 | 2E |
| Octal | 325 | 26 | 127 | 0 | 132 | 73 | 20 | 524 | 121 | 56 |
| Binary | 11010101 | 10110 | 1010111 | 0 | 1011010 | 111011 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D51657
Complementary color
Monochromatic Colors of #D51657
Black with #D51657
Text Example
Text Example
White with #D51657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51657; }
p { color: rgb(213,22,87); }
H1.HeaderClassName
{
color: #D51657;
}
.AnyTagClassName
{
color: #D51657;
}
</style>
background-color css
<style>
a { background-color: #D51657; }
a { background-color: rgb(213,22,87); }
div.DivClassName
{
background-color: #D51657;
}
.BgClassName
{
background-color: #D51657;
}
</style>
border-color css
<style>
span { border-color: #D51657; }
span { border-color: rgb(213,22,87); }
td.TdClassName
{
border-color: #D51657;
}
.TagClassName
{
border-color: #D51657;
}
</style>