Shades of Ruby #D41155
Tints of Ruby #D41155
RGB
CMYK
RGB Variations
Color information
#D41155 (or 0xD41155) is known color: Ruby. HEX triplet: D4, 11 and 55. RGB value is (212,17,85). Sum of RGB (Red+Green+Blue) = 212+17+85=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D41155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D41155 is #2BEEAA. Grayscale: #525252. Windows color (decimal): -2879147 or 5575124. OLE color: 5575124.
HSL color Cylindrical-coordinate representation of color #D41155: hue angle of 339.08º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41155 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.17 |
| HSL | 339.08º | 0.85% | 0.45% | - |
| HSV(B) | 339.08º | 0.92% | 0.83% | - |
| XYZ | 28.99 | 15.05 | 9.97 | - |
| YUV | 83.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 85 | 0 | 0.92 | 0.60 | 0.17 | 339.08 | 0.85 | 0.45 |
| Hex | D4 | 11 | 55 | 0 | 5C | 3C | 11 | 153 | 55 | 2D |
| Octal | 324 | 21 | 125 | 0 | 134 | 74 | 21 | 523 | 125 | 55 |
| Binary | 11010100 | 10001 | 1010101 | 0 | 1011100 | 111100 | 10001 | 101010011 | 1010101 | 101101 |
Color Harmonies of #D41155
Complementary color
Monochromatic Colors of #D41155
Black with #D41155
Text Example
Text Example
White with #D41155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41155; }
p { color: rgb(212,17,85); }
H1.HeaderClassName
{
color: #D41155;
}
.AnyTagClassName
{
color: #D41155;
}
</style>
background-color css
<style>
a { background-color: #D41155; }
a { background-color: rgb(212,17,85); }
div.DivClassName
{
background-color: #D41155;
}
.BgClassName
{
background-color: #D41155;
}
</style>
border-color css
<style>
span { border-color: #D41155; }
span { border-color: rgb(212,17,85); }
td.TdClassName
{
border-color: #D41155;
}
.TagClassName
{
border-color: #D41155;
}
</style>