Shades of Ruby #D51873
Tints of Ruby #D51873
RGB
CMYK
RGB Variations
Color information
#D51873 (or 0xD51873) is known color: Ruby. HEX triplet: D5, 18 and 73. RGB value is (213,24,115). Sum of RGB (Red+Green+Blue) = 213+24+115=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D51873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51873 is #2AE78C. Grayscale: #5A5A5A. Windows color (decimal): -2811789 or 7542997. OLE color: 7542997.
HSL color Cylindrical-coordinate representation of color #D51873: hue angle of 331.11º 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 #D51873 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 115 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 331.11º | 0.8% | 0.46% | - |
| HSV(B) | 331.11º | 0.89% | 0.84% | - |
| XYZ | 30.86 | 16.04 | 17.69 | - |
| YUV | 90.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 115 | 0 | 0.89 | 0.46 | 0.16 | 331.11 | 0.8 | 0.46 |
| Hex | D5 | 18 | 73 | 0 | 59 | 2E | 10 | 14B | 50 | 2E |
| Octal | 325 | 30 | 163 | 0 | 131 | 56 | 20 | 513 | 120 | 56 |
| Binary | 11010101 | 11000 | 1110011 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010000 | 101110 |
Color Harmonies of #D51873
Complementary color
Monochromatic Colors of #D51873
Black with #D51873
Text Example
Text Example
White with #D51873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51873; }
p { color: rgb(213,24,115); }
H1.HeaderClassName
{
color: #D51873;
}
.AnyTagClassName
{
color: #D51873;
}
</style>
background-color css
<style>
a { background-color: #D51873; }
a { background-color: rgb(213,24,115); }
div.DivClassName
{
background-color: #D51873;
}
.BgClassName
{
background-color: #D51873;
}
</style>
border-color css
<style>
span { border-color: #D51873; }
span { border-color: rgb(213,24,115); }
td.TdClassName
{
border-color: #D51873;
}
.TagClassName
{
border-color: #D51873;
}
</style>