Shades of Ruby #D51654
Tints of Ruby #D51654
RGB
CMYK
RGB Variations
Color information
#D51654 (or 0xD51654) is known color: Ruby. HEX triplet: D5, 16 and 54. RGB value is (213,22,84). Sum of RGB (Red+Green+Blue) = 213+22+84=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D51654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51654 is #2AE9AB. Grayscale: #565656. Windows color (decimal): -2812332 or 5510869. OLE color: 5510869.
HSL color Cylindrical-coordinate representation of color #D51654: hue angle of 340.52º 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 #D51654 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 84 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.16 |
| HSL | 340.52º | 0.81% | 0.46% | - |
| HSV(B) | 340.52º | 0.9% | 0.84% | - |
| XYZ | 29.33 | 15.36 | 9.81 | - |
| YUV | 86.18 | 126.78 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 84 | 0 | 0.90 | 0.61 | 0.16 | 340.52 | 0.81 | 0.46 |
| Hex | D5 | 16 | 54 | 0 | 5A | 3D | 10 | 155 | 51 | 2E |
| Octal | 325 | 26 | 124 | 0 | 132 | 75 | 20 | 525 | 121 | 56 |
| Binary | 11010101 | 10110 | 1010100 | 0 | 1011010 | 111101 | 10000 | 101010101 | 1010001 | 101110 |
Color Harmonies of #D51654
Complementary color
Monochromatic Colors of #D51654
Black with #D51654
Text Example
Text Example
White with #D51654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51654; }
p { color: rgb(213,22,84); }
H1.HeaderClassName
{
color: #D51654;
}
.AnyTagClassName
{
color: #D51654;
}
</style>
background-color css
<style>
a { background-color: #D51654; }
a { background-color: rgb(213,22,84); }
div.DivClassName
{
background-color: #D51654;
}
.BgClassName
{
background-color: #D51654;
}
</style>
border-color css
<style>
span { border-color: #D51654; }
span { border-color: rgb(213,22,84); }
td.TdClassName
{
border-color: #D51654;
}
.TagClassName
{
border-color: #D51654;
}
</style>