Shades of Ruby #D51859
Tints of Ruby #D51859
RGB
CMYK
RGB Variations
Color information
#D51859 (or 0xD51859) is known color: Ruby. HEX triplet: D5, 18 and 59. RGB value is (213,24,89). Sum of RGB (Red+Green+Blue) = 213+24+89=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D51859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51859 is #2AE7A6. Grayscale: #575757. Windows color (decimal): -2811815 or 5839061. OLE color: 5839061.
HSL color Cylindrical-coordinate representation of color #D51859: hue angle of 339.37º degrees, saturation: 0.8, 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 #D51859 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 89 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.16 |
| HSL | 339.37º | 0.8% | 0.46% | - |
| HSV(B) | 339.37º | 0.89% | 0.84% | - |
| XYZ | 29.57 | 15.52 | 10.89 | - |
| YUV | 87.92 | 128.62 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 89 | 0 | 0.89 | 0.58 | 0.16 | 339.37 | 0.8 | 0.46 |
| Hex | D5 | 18 | 59 | 0 | 59 | 3A | 10 | 153 | 50 | 2E |
| Octal | 325 | 30 | 131 | 0 | 131 | 72 | 20 | 523 | 120 | 56 |
| Binary | 11010101 | 11000 | 1011001 | 0 | 1011001 | 111010 | 10000 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D51859
Complementary color
Monochromatic Colors of #D51859
Black with #D51859
Text Example
Text Example
White with #D51859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51859; }
p { color: rgb(213,24,89); }
H1.HeaderClassName
{
color: #D51859;
}
.AnyTagClassName
{
color: #D51859;
}
</style>
background-color css
<style>
a { background-color: #D51859; }
a { background-color: rgb(213,24,89); }
div.DivClassName
{
background-color: #D51859;
}
.BgClassName
{
background-color: #D51859;
}
</style>
border-color css
<style>
span { border-color: #D51859; }
span { border-color: rgb(213,24,89); }
td.TdClassName
{
border-color: #D51859;
}
.TagClassName
{
border-color: #D51859;
}
</style>