Shades of Ruby #D51155
Tints of Ruby #D51155
RGB
CMYK
RGB Variations
Color information
#D51155 (or 0xD51155) is known color: Ruby. HEX triplet: D5, 11 and 55. RGB value is (213,17,85). Sum of RGB (Red+Green+Blue) = 213+17+85=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D51155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51155 is #2AEEAA. Grayscale: #535353. Windows color (decimal): -2813611 or 5575125. OLE color: 5575125.
HSL color Cylindrical-coordinate representation of color #D51155: hue angle of 339.18º 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 #D51155 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.16 |
| HSL | 339.18º | 0.85% | 0.45% | - |
| HSV(B) | 339.18º | 0.92% | 0.84% | - |
| XYZ | 29.28 | 15.2 | 9.99 | - |
| YUV | 83.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 85 | 0 | 0.92 | 0.60 | 0.16 | 339.18 | 0.85 | 0.45 |
| Hex | D5 | 11 | 55 | 0 | 5C | 3C | 10 | 153 | 55 | 2D |
| Octal | 325 | 21 | 125 | 0 | 134 | 74 | 20 | 523 | 125 | 55 |
| Binary | 11010101 | 10001 | 1010101 | 0 | 1011100 | 111100 | 10000 | 101010011 | 1010101 | 101101 |
Color Harmonies of #D51155
Complementary color
Monochromatic Colors of #D51155
Black with #D51155
Text Example
Text Example
White with #D51155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51155; }
p { color: rgb(213,17,85); }
H1.HeaderClassName
{
color: #D51155;
}
.AnyTagClassName
{
color: #D51155;
}
</style>
background-color css
<style>
a { background-color: #D51155; }
a { background-color: rgb(213,17,85); }
div.DivClassName
{
background-color: #D51155;
}
.BgClassName
{
background-color: #D51155;
}
</style>
border-color css
<style>
span { border-color: #D51155; }
span { border-color: rgb(213,17,85); }
td.TdClassName
{
border-color: #D51155;
}
.TagClassName
{
border-color: #D51155;
}
</style>