Shades of Ruby #D61756
Tints of Ruby #D61756
RGB
CMYK
RGB Variations
Color information
#D61756 (or 0xD61756) is known color: Ruby. HEX triplet: D6, 17 and 56. RGB value is (214,23,86). Sum of RGB (Red+Green+Blue) = 214+23+86=323 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.25% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 214 - color contains mainly: red. Hex color #D61756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61756 is #29E8A9. Grayscale: #575757. Windows color (decimal): -2746538 or 5642198. OLE color: 5642198.
HSL color Cylindrical-coordinate representation of color #D61756: hue angle of 340.21º 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 #D61756 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.16 |
| HSL | 340.21º | 0.81% | 0.46% | - |
| HSV(B) | 340.21º | 0.89% | 0.84% | - |
| XYZ | 29.72 | 15.58 | 10.25 | - |
| YUV | 87.29 | 127.28 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 86 | 0 | 0.89 | 0.60 | 0.16 | 340.21 | 0.81 | 0.46 |
| Hex | D6 | 17 | 56 | 0 | 59 | 3C | 10 | 154 | 51 | 2E |
| Octal | 326 | 27 | 126 | 0 | 131 | 74 | 20 | 524 | 121 | 56 |
| Binary | 11010110 | 10111 | 1010110 | 0 | 1011001 | 111100 | 10000 | 101010100 | 1010001 | 101110 |
Color Harmonies of #D61756
Complementary color
Monochromatic Colors of #D61756
Black with #D61756
Text Example
Text Example
White with #D61756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61756; }
p { color: rgb(214,23,86); }
H1.HeaderClassName
{
color: #D61756;
}
.AnyTagClassName
{
color: #D61756;
}
</style>
background-color css
<style>
a { background-color: #D61756; }
a { background-color: rgb(214,23,86); }
div.DivClassName
{
background-color: #D61756;
}
.BgClassName
{
background-color: #D61756;
}
</style>
border-color css
<style>
span { border-color: #D61756; }
span { border-color: rgb(214,23,86); }
td.TdClassName
{
border-color: #D61756;
}
.TagClassName
{
border-color: #D61756;
}
</style>