Shades of Ruby #D51773
Tints of Ruby #D51773
RGB
CMYK
RGB Variations
Color information
#D51773 (or 0xD51773) is known color: Ruby. HEX triplet: D5, 17 and 73. RGB value is (213,23,115). Sum of RGB (Red+Green+Blue) = 213+23+115=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D51773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51773 is #2AE88C. Grayscale: #5A5A5A. Windows color (decimal): -2812045 or 7542741. OLE color: 7542741.
HSL color Cylindrical-coordinate representation of color #D51773: hue angle of 330.95º 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 #D51773 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 115 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 330.95º | 0.81% | 0.46% | - |
| HSV(B) | 330.95º | 0.89% | 0.84% | - |
| XYZ | 30.84 | 16 | 17.68 | - |
| YUV | 90.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 115 | 0 | 0.89 | 0.46 | 0.16 | 330.95 | 0.81 | 0.46 |
| Hex | D5 | 17 | 73 | 0 | 59 | 2E | 10 | 14B | 51 | 2E |
| Octal | 325 | 27 | 163 | 0 | 131 | 56 | 20 | 513 | 121 | 56 |
| Binary | 11010101 | 10111 | 1110011 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010001 | 101110 |
Color Harmonies of #D51773
Complementary color
Monochromatic Colors of #D51773
Black with #D51773
Text Example
Text Example
White with #D51773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51773; }
p { color: rgb(213,23,115); }
H1.HeaderClassName
{
color: #D51773;
}
.AnyTagClassName
{
color: #D51773;
}
</style>
background-color css
<style>
a { background-color: #D51773; }
a { background-color: rgb(213,23,115); }
div.DivClassName
{
background-color: #D51773;
}
.BgClassName
{
background-color: #D51773;
}
</style>
border-color css
<style>
span { border-color: #D51773; }
span { border-color: rgb(213,23,115); }
td.TdClassName
{
border-color: #D51773;
}
.TagClassName
{
border-color: #D51773;
}
</style>