Shades of Ruby #D61757
Tints of Ruby #D61757
RGB
CMYK
RGB Variations
Color information
#D61757 (or 0xD61757) is known color: Ruby. HEX triplet: D6, 17 and 57. RGB value is (214,23,87). Sum of RGB (Red+Green+Blue) = 214+23+87=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D61757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61757 is #29E8A8. Grayscale: #575757. Windows color (decimal): -2746537 or 5707734. OLE color: 5707734.
HSL color Cylindrical-coordinate representation of color #D61757: hue angle of 339.9º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61757 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 87 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.16 |
| HSL | 339.9º | 0.81% | 0.46% | - |
| HSV(B) | 339.9º | 0.89% | 0.84% | - |
| XYZ | 29.76 | 15.6 | 10.46 | - |
| YUV | 87.41 | 127.78 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 87 | 0 | 0.89 | 0.59 | 0.16 | 339.9 | 0.81 | 0.46 |
| Hex | D6 | 17 | 57 | 0 | 59 | 3B | 10 | 154 | 51 | 2E |
| Octal | 326 | 27 | 127 | 0 | 131 | 73 | 20 | 524 | 121 | 56 |
| Binary | 11010110 | 10111 | 1010111 | 0 | 1011001 | 111011 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D61757
Complementary color
Monochromatic Colors of #D61757
Black with #D61757
Text Example
Text Example
White with #D61757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61757; }
p { color: rgb(214,23,87); }
H1.HeaderClassName
{
color: #D61757;
}
.AnyTagClassName
{
color: #D61757;
}
</style>
background-color css
<style>
a { background-color: #D61757; }
a { background-color: rgb(214,23,87); }
div.DivClassName
{
background-color: #D61757;
}
.BgClassName
{
background-color: #D61757;
}
</style>
border-color css
<style>
span { border-color: #D61757; }
span { border-color: rgb(214,23,87); }
td.TdClassName
{
border-color: #D61757;
}
.TagClassName
{
border-color: #D61757;
}
</style>