Shades of Ruby #D51173
Tints of Ruby #D51173
RGB
CMYK
RGB Variations
Color information
#D51173 (or 0xD51173) is known color: Ruby. HEX triplet: D5, 11 and 73. RGB value is (213,17,115). Sum of RGB (Red+Green+Blue) = 213+17+115=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D51173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51173 is #2AEE8C. Grayscale: #565656. Windows color (decimal): -2813581 or 7541205. OLE color: 7541205.
HSL color Cylindrical-coordinate representation of color #D51173: hue angle of 330º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D51173 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.16 |
| HSL | 330º | 0.85% | 0.45% | - |
| HSV(B) | 330º | 0.92% | 0.84% | - |
| XYZ | 30.74 | 15.78 | 17.65 | - |
| YUV | 86.78 | 143.93 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 115 | 0 | 0.92 | 0.46 | 0.16 | 330 | 0.85 | 0.45 |
| Hex | D5 | 11 | 73 | 0 | 5C | 2E | 10 | 14A | 55 | 2D |
| Octal | 325 | 21 | 163 | 0 | 134 | 56 | 20 | 512 | 125 | 55 |
| Binary | 11010101 | 10001 | 1110011 | 0 | 1011100 | 101110 | 10000 | 101001010 | 1010101 | 101101 |
Color Harmonies of #D51173
Complementary color
Monochromatic Colors of #D51173
Black with #D51173
Text Example
Text Example
White with #D51173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51173; }
p { color: rgb(213,17,115); }
H1.HeaderClassName
{
color: #D51173;
}
.AnyTagClassName
{
color: #D51173;
}
</style>
background-color css
<style>
a { background-color: #D51173; }
a { background-color: rgb(213,17,115); }
div.DivClassName
{
background-color: #D51173;
}
.BgClassName
{
background-color: #D51173;
}
</style>
border-color css
<style>
span { border-color: #D51173; }
span { border-color: rgb(213,17,115); }
td.TdClassName
{
border-color: #D51173;
}
.TagClassName
{
border-color: #D51173;
}
</style>