Shades of Ruby #D51764
Tints of Ruby #D51764
RGB
CMYK
RGB Variations
Color information
#D51764 (or 0xD51764) is known color: Ruby. HEX triplet: D5, 17 and 64. RGB value is (213,23,100). Sum of RGB (Red+Green+Blue) = 213+23+100=336 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.39% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 213 - color contains mainly: red. Hex color #D51764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51764 is #2AE89B. Grayscale: #585858. Windows color (decimal): -2812060 or 6559701. OLE color: 6559701.
HSL color Cylindrical-coordinate representation of color #D51764: hue angle of 335.68º 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 #D51764 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 100 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.16 |
| HSL | 335.68º | 0.81% | 0.46% | - |
| HSV(B) | 335.68º | 0.89% | 0.84% | - |
| XYZ | 30.05 | 15.68 | 13.5 | - |
| YUV | 88.59 | 134.45 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 100 | 0 | 0.89 | 0.53 | 0.16 | 335.68 | 0.81 | 0.46 |
| Hex | D5 | 17 | 64 | 0 | 59 | 35 | 10 | 150 | 51 | 2E |
| Octal | 325 | 27 | 144 | 0 | 131 | 65 | 20 | 520 | 121 | 56 |
| Binary | 11010101 | 10111 | 1100100 | 0 | 1011001 | 110101 | 10000 | 101010000 | 1010001 | 101110 |
Color Harmonies of #D51764
Complementary color
Monochromatic Colors of #D51764
Black with #D51764
Text Example
Text Example
White with #D51764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51764; }
p { color: rgb(213,23,100); }
H1.HeaderClassName
{
color: #D51764;
}
.AnyTagClassName
{
color: #D51764;
}
</style>
background-color css
<style>
a { background-color: #D51764; }
a { background-color: rgb(213,23,100); }
div.DivClassName
{
background-color: #D51764;
}
.BgClassName
{
background-color: #D51764;
}
</style>
border-color css
<style>
span { border-color: #D51764; }
span { border-color: rgb(213,23,100); }
td.TdClassName
{
border-color: #D51764;
}
.TagClassName
{
border-color: #D51764;
}
</style>