Shades of Ruby #D51A5E
Tints of Ruby #D51A5E
RGB
CMYK
RGB Variations
Color information
#D51A5E (or 0xD51A5E) is known color: Ruby. HEX triplet: D5, 1A and 5E. RGB value is (213,26,94). Sum of RGB (Red+Green+Blue) = 213+26+94=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A5E is #2AE5A1. Grayscale: #595959. Windows color (decimal): -2811298 or 6167253. OLE color: 6167253.
HSL color Cylindrical-coordinate representation of color #D51A5E: hue angle of 338.18º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A5E is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 94 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.16 |
| HSL | 338.18º | 0.78% | 0.47% | - |
| HSV(B) | 338.18º | 0.88% | 0.84% | - |
| XYZ | 29.83 | 15.69 | 12.05 | - |
| YUV | 89.67 | 130.45 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 94 | 0 | 0.88 | 0.56 | 0.16 | 338.18 | 0.78 | 0.47 |
| Hex | D5 | 1A | 5E | 0 | 58 | 38 | 10 | 152 | 4E | 2F |
| Octal | 325 | 32 | 136 | 0 | 130 | 70 | 20 | 522 | 116 | 57 |
| Binary | 11010101 | 11010 | 1011110 | 0 | 1011000 | 111000 | 10000 | 101010010 | 1001110 | 101111 |
Color Harmonies of #D51A5E
Complementary color
Monochromatic Colors of #D51A5E
Black with #D51A5E
Text Example
Text Example
White with #D51A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A5E; }
p { color: rgb(213,26,94); }
H1.HeaderClassName
{
color: #D51A5E;
}
.AnyTagClassName
{
color: #D51A5E;
}
</style>
background-color css
<style>
a { background-color: #D51A5E; }
a { background-color: rgb(213,26,94); }
div.DivClassName
{
background-color: #D51A5E;
}
.BgClassName
{
background-color: #D51A5E;
}
</style>
border-color css
<style>
span { border-color: #D51A5E; }
span { border-color: rgb(213,26,94); }
td.TdClassName
{
border-color: #D51A5E;
}
.TagClassName
{
border-color: #D51A5E;
}
</style>