Shades of Ruby #D51170
Tints of Ruby #D51170
RGB
CMYK
RGB Variations
Color information
#D51170 (or 0xD51170) is known color: Ruby. HEX triplet: D5, 11 and 70. RGB value is (213,17,112). Sum of RGB (Red+Green+Blue) = 213+17+112=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D51170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51170 is #2AEE8F. Grayscale: #565656. Windows color (decimal): -2813584 or 7344597. OLE color: 7344597.
HSL color Cylindrical-coordinate representation of color #D51170: hue angle of 330.92º 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 #D51170 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 112 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.16 |
| HSL | 330.92º | 0.85% | 0.45% | - |
| HSV(B) | 330.92º | 0.92% | 0.84% | - |
| XYZ | 30.57 | 15.72 | 16.75 | - |
| YUV | 86.43 | 142.43 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 112 | 0 | 0.92 | 0.47 | 0.16 | 330.92 | 0.85 | 0.45 |
| Hex | D5 | 11 | 70 | 0 | 5C | 2F | 10 | 14B | 55 | 2D |
| Octal | 325 | 21 | 160 | 0 | 134 | 57 | 20 | 513 | 125 | 55 |
| Binary | 11010101 | 10001 | 1110000 | 0 | 1011100 | 101111 | 10000 | 101001011 | 1010101 | 101101 |
Color Harmonies of #D51170
Complementary color
Monochromatic Colors of #D51170
Black with #D51170
Text Example
Text Example
White with #D51170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51170; }
p { color: rgb(213,17,112); }
H1.HeaderClassName
{
color: #D51170;
}
.AnyTagClassName
{
color: #D51170;
}
</style>
background-color css
<style>
a { background-color: #D51170; }
a { background-color: rgb(213,17,112); }
div.DivClassName
{
background-color: #D51170;
}
.BgClassName
{
background-color: #D51170;
}
</style>
border-color css
<style>
span { border-color: #D51170; }
span { border-color: rgb(213,17,112); }
td.TdClassName
{
border-color: #D51170;
}
.TagClassName
{
border-color: #D51170;
}
</style>