Shades of Ruby #D51162
Tints of Ruby #D51162
RGB
CMYK
RGB Variations
Color information
#D51162 (or 0xD51162) is known color: Ruby. HEX triplet: D5, 11 and 62. RGB value is (213,17,98). Sum of RGB (Red+Green+Blue) = 213+17+98=328 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.94% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 213 - color contains mainly: red. Hex color #D51162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51162 is #2AEE9D. Grayscale: #545454. Windows color (decimal): -2813598 or 6427093. OLE color: 6427093.
HSL color Cylindrical-coordinate representation of color #D51162: hue angle of 335.2º 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 #D51162 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 98 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.16 |
| HSL | 335.2º | 0.85% | 0.45% | - |
| HSV(B) | 335.2º | 0.92% | 0.84% | - |
| XYZ | 29.85 | 15.43 | 12.96 | - |
| YUV | 84.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 98 | 0 | 0.92 | 0.54 | 0.16 | 335.2 | 0.85 | 0.45 |
| Hex | D5 | 11 | 62 | 0 | 5C | 36 | 10 | 14F | 55 | 2D |
| Octal | 325 | 21 | 142 | 0 | 134 | 66 | 20 | 517 | 125 | 55 |
| Binary | 11010101 | 10001 | 1100010 | 0 | 1011100 | 110110 | 10000 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D51162
Complementary color
Monochromatic Colors of #D51162
Black with #D51162
Text Example
Text Example
White with #D51162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51162; }
p { color: rgb(213,17,98); }
H1.HeaderClassName
{
color: #D51162;
}
.AnyTagClassName
{
color: #D51162;
}
</style>
background-color css
<style>
a { background-color: #D51162; }
a { background-color: rgb(213,17,98); }
div.DivClassName
{
background-color: #D51162;
}
.BgClassName
{
background-color: #D51162;
}
</style>
border-color css
<style>
span { border-color: #D51162; }
span { border-color: rgb(213,17,98); }
td.TdClassName
{
border-color: #D51162;
}
.TagClassName
{
border-color: #D51162;
}
</style>