Shades of Ruby #D51153
Tints of Ruby #D51153
RGB
CMYK
RGB Variations
Color information
#D51153 (or 0xD51153) is known color: Ruby. HEX triplet: D5, 11 and 53. RGB value is (213,17,83). Sum of RGB (Red+Green+Blue) = 213+17+83=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D51153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D51153 is #2AEEAC. Grayscale: #535353. Windows color (decimal): -2813613 or 5444053. OLE color: 5444053.
HSL color Cylindrical-coordinate representation of color #D51153: hue angle of 339.8º 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 #D51153 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 83 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.16 |
| HSL | 339.8º | 0.85% | 0.45% | - |
| HSV(B) | 339.8º | 0.92% | 0.84% | - |
| XYZ | 29.2 | 15.17 | 9.57 | - |
| YUV | 83.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 83 | 0 | 0.92 | 0.61 | 0.16 | 339.8 | 0.85 | 0.45 |
| Hex | D5 | 11 | 53 | 0 | 5C | 3D | 10 | 154 | 55 | 2D |
| Octal | 325 | 21 | 123 | 0 | 134 | 75 | 20 | 524 | 125 | 55 |
| Binary | 11010101 | 10001 | 1010011 | 0 | 1011100 | 111101 | 10000 | 101010100 | 1010101 | 101101 |
Color Harmonies of #D51153
Complementary color
Monochromatic Colors of #D51153
Black with #D51153
Text Example
Text Example
White with #D51153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51153; }
p { color: rgb(213,17,83); }
H1.HeaderClassName
{
color: #D51153;
}
.AnyTagClassName
{
color: #D51153;
}
</style>
background-color css
<style>
a { background-color: #D51153; }
a { background-color: rgb(213,17,83); }
div.DivClassName
{
background-color: #D51153;
}
.BgClassName
{
background-color: #D51153;
}
</style>
border-color css
<style>
span { border-color: #D51153; }
span { border-color: rgb(213,17,83); }
td.TdClassName
{
border-color: #D51153;
}
.TagClassName
{
border-color: #D51153;
}
</style>