Shades of Ruby #D61654
Tints of Ruby #D61654
RGB
CMYK
RGB Variations
Color information
#D61654 (or 0xD61654) is known color: Ruby. HEX triplet: D6, 16 and 54. RGB value is (214,22,84). Sum of RGB (Red+Green+Blue) = 214+22+84=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D61654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D61654 is #29E9AB. Grayscale: #565656. Windows color (decimal): -2746796 or 5510870. OLE color: 5510870.
HSL color Cylindrical-coordinate representation of color #D61654: hue angle of 340.62º 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 #D61654 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 22 | 84 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.63º | 0.81% | 0.46% | - |
| HSV(B) | 340.63º | 0.9% | 0.84% | - |
| XYZ | 29.62 | 15.51 | 9.82 | - |
| YUV | 86.48 | 126.61 | 218.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 22 | 84 | 0 | 0.90 | 0.61 | 0.16 | 340.63 | 0.81 | 0.46 |
| Hex | D6 | 16 | 54 | 0 | 5A | 3D | 10 | 155 | 51 | 2E |
| Octal | 326 | 26 | 124 | 0 | 132 | 75 | 20 | 525 | 121 | 56 |
| Binary | 11010110 | 10110 | 1010100 | 0 | 1011010 | 111101 | 10000 | 101010101 | 1010001 | 101110 |
Color Harmonies of #D61654
Complementary color
Monochromatic Colors of #D61654
Black with #D61654
Text Example
Text Example
White with #D61654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61654; }
p { color: rgb(214,22,84); }
H1.HeaderClassName
{
color: #D61654;
}
.AnyTagClassName
{
color: #D61654;
}
</style>
background-color css
<style>
a { background-color: #D61654; }
a { background-color: rgb(214,22,84); }
div.DivClassName
{
background-color: #D61654;
}
.BgClassName
{
background-color: #D61654;
}
</style>
border-color css
<style>
span { border-color: #D61654; }
span { border-color: rgb(214,22,84); }
td.TdClassName
{
border-color: #D61654;
}
.TagClassName
{
border-color: #D61654;
}
</style>