Shades of Ruby #D51858
Tints of Ruby #D51858
RGB
CMYK
RGB Variations
Color information
#D51858 (or 0xD51858) is known color: Ruby. HEX triplet: D5, 18 and 58. RGB value is (213,24,88). Sum of RGB (Red+Green+Blue) = 213+24+88=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D51858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51858 is #2AE7A7. Grayscale: #575757. Windows color (decimal): -2811816 or 5773525. OLE color: 5773525.
HSL color Cylindrical-coordinate representation of color #D51858: hue angle of 339.68º 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 #D51858 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 88 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.16 |
| HSL | 339.68º | 0.8% | 0.46% | - |
| HSV(B) | 339.68º | 0.89% | 0.84% | - |
| XYZ | 29.53 | 15.5 | 10.67 | - |
| YUV | 87.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 88 | 0 | 0.89 | 0.59 | 0.16 | 339.68 | 0.8 | 0.46 |
| Hex | D5 | 18 | 58 | 0 | 59 | 3B | 10 | 154 | 50 | 2E |
| Octal | 325 | 30 | 130 | 0 | 131 | 73 | 20 | 524 | 120 | 56 |
| Binary | 11010101 | 11000 | 1011000 | 0 | 1011001 | 111011 | 10000 | 101010100 | 1010000 | 101110 |
Color Harmonies of #D51858
Complementary color
Monochromatic Colors of #D51858
Black with #D51858
Text Example
Text Example
White with #D51858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51858; }
p { color: rgb(213,24,88); }
H1.HeaderClassName
{
color: #D51858;
}
.AnyTagClassName
{
color: #D51858;
}
</style>
background-color css
<style>
a { background-color: #D51858; }
a { background-color: rgb(213,24,88); }
div.DivClassName
{
background-color: #D51858;
}
.BgClassName
{
background-color: #D51858;
}
</style>
border-color css
<style>
span { border-color: #D51858; }
span { border-color: rgb(213,24,88); }
td.TdClassName
{
border-color: #D51858;
}
.TagClassName
{
border-color: #D51858;
}
</style>