Shades of Ruby #D51151
Tints of Ruby #D51151
RGB
CMYK
RGB Variations
Color information
#D51151 (or 0xD51151) is known color: Ruby. HEX triplet: D5, 11 and 51. RGB value is (213,17,81). Sum of RGB (Red+Green+Blue) = 213+17+81=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D51151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51151 is #2AEEAE. Grayscale: #525252. Windows color (decimal): -2813615 or 5312981. OLE color: 5312981.
HSL color Cylindrical-coordinate representation of color #D51151: hue angle of 340.41º 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 #D51151 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.16 |
| HSL | 340.41º | 0.85% | 0.45% | - |
| HSV(B) | 340.41º | 0.92% | 0.84% | - |
| XYZ | 29.13 | 15.14 | 9.17 | - |
| YUV | 82.9 | 126.93 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 81 | 0 | 0.92 | 0.62 | 0.16 | 340.41 | 0.85 | 0.45 |
| Hex | D5 | 11 | 51 | 0 | 5C | 3E | 10 | 154 | 55 | 2D |
| Octal | 325 | 21 | 121 | 0 | 134 | 76 | 20 | 524 | 125 | 55 |
| Binary | 11010101 | 10001 | 1010001 | 0 | 1011100 | 111110 | 10000 | 101010100 | 1010101 | 101101 |
Color Harmonies of #D51151
Complementary color
Monochromatic Colors of #D51151
Black with #D51151
Text Example
Text Example
White with #D51151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51151; }
p { color: rgb(213,17,81); }
H1.HeaderClassName
{
color: #D51151;
}
.AnyTagClassName
{
color: #D51151;
}
</style>
background-color css
<style>
a { background-color: #D51151; }
a { background-color: rgb(213,17,81); }
div.DivClassName
{
background-color: #D51151;
}
.BgClassName
{
background-color: #D51151;
}
</style>
border-color css
<style>
span { border-color: #D51151; }
span { border-color: rgb(213,17,81); }
td.TdClassName
{
border-color: #D51151;
}
.TagClassName
{
border-color: #D51151;
}
</style>