Shades of Ruby #D31A5E
Tints of Ruby #D31A5E
RGB
CMYK
RGB Variations
Color information
#D31A5E (or 0xD31A5E) is known color: Ruby. HEX triplet: D3, 1A and 5E. RGB value is (211,26,94). Sum of RGB (Red+Green+Blue) = 211+26+94=331 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.75% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D31A5E is #2CE5A1. Grayscale: #585858. Windows color (decimal): -2942370 or 6167251. OLE color: 6167251.
HSL color Cylindrical-coordinate representation of color #D31A5E: hue angle of 337.95º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31A5E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 94 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.17 |
| HSL | 337.95º | 0.78% | 0.46% | - |
| HSV(B) | 337.95º | 0.88% | 0.83% | - |
| XYZ | 29.25 | 15.4 | 12.02 | - |
| YUV | 89.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 94 | 0 | 0.88 | 0.55 | 0.17 | 337.95 | 0.78 | 0.46 |
| Hex | D3 | 1A | 5E | 0 | 58 | 37 | 11 | 152 | 4E | 2E |
| Octal | 323 | 32 | 136 | 0 | 130 | 67 | 21 | 522 | 116 | 56 |
| Binary | 11010011 | 11010 | 1011110 | 0 | 1011000 | 110111 | 10001 | 101010010 | 1001110 | 101110 |
Color Harmonies of #D31A5E
Complementary color
Monochromatic Colors of #D31A5E
Black with #D31A5E
Text Example
Text Example
White with #D31A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31A5E; }
p { color: rgb(211,26,94); }
H1.HeaderClassName
{
color: #D31A5E;
}
.AnyTagClassName
{
color: #D31A5E;
}
</style>
background-color css
<style>
a { background-color: #D31A5E; }
a { background-color: rgb(211,26,94); }
div.DivClassName
{
background-color: #D31A5E;
}
.BgClassName
{
background-color: #D31A5E;
}
</style>
border-color css
<style>
span { border-color: #D31A5E; }
span { border-color: rgb(211,26,94); }
td.TdClassName
{
border-color: #D31A5E;
}
.TagClassName
{
border-color: #D31A5E;
}
</style>