Shades of Ruby #D51163
Tints of Ruby #D51163
RGB
CMYK
RGB Variations
Color information
#D51163 (or 0xD51163) is known color: Ruby. HEX triplet: D5, 11 and 63. RGB value is (213,17,99). Sum of RGB (Red+Green+Blue) = 213+17+99=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D51163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51163 is #2AEE9C. Grayscale: #545454. Windows color (decimal): -2813597 or 6492629. OLE color: 6492629.
HSL color Cylindrical-coordinate representation of color #D51163: hue angle of 334.9º 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 #D51163 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.16 |
| HSL | 334.9º | 0.85% | 0.45% | - |
| HSV(B) | 334.9º | 0.92% | 0.84% | - |
| XYZ | 29.89 | 15.45 | 13.21 | - |
| YUV | 84.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 99 | 0 | 0.92 | 0.54 | 0.16 | 334.9 | 0.85 | 0.45 |
| Hex | D5 | 11 | 63 | 0 | 5C | 36 | 10 | 14F | 55 | 2D |
| Octal | 325 | 21 | 143 | 0 | 134 | 66 | 20 | 517 | 125 | 55 |
| Binary | 11010101 | 10001 | 1100011 | 0 | 1011100 | 110110 | 10000 | 101001111 | 1010101 | 101101 |
Color Harmonies of #D51163
Complementary color
Monochromatic Colors of #D51163
Black with #D51163
Text Example
Text Example
White with #D51163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51163; }
p { color: rgb(213,17,99); }
H1.HeaderClassName
{
color: #D51163;
}
.AnyTagClassName
{
color: #D51163;
}
</style>
background-color css
<style>
a { background-color: #D51163; }
a { background-color: rgb(213,17,99); }
div.DivClassName
{
background-color: #D51163;
}
.BgClassName
{
background-color: #D51163;
}
</style>
border-color css
<style>
span { border-color: #D51163; }
span { border-color: rgb(213,17,99); }
td.TdClassName
{
border-color: #D51163;
}
.TagClassName
{
border-color: #D51163;
}
</style>