Shades of Ruby #D31759
Tints of Ruby #D31759
RGB
CMYK
RGB Variations
Color information
#D31759 (or 0xD31759) is known color: Ruby. HEX triplet: D3, 17 and 59. RGB value is (211,23,89). Sum of RGB (Red+Green+Blue) = 211+23+89=323 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.33% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 211 - color contains mainly: red. Hex color #D31759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D31759 is #2CE8A6. Grayscale: #565656. Windows color (decimal): -2943143 or 5838803. OLE color: 5838803.
HSL color Cylindrical-coordinate representation of color #D31759: hue angle of 338.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31759 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 23 | 89 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.17 |
| HSL | 338.94º | 0.8% | 0.46% | - |
| HSV(B) | 338.94º | 0.89% | 0.83% | - |
| XYZ | 28.97 | 15.18 | 10.85 | - |
| YUV | 86.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 23 | 89 | 0 | 0.89 | 0.58 | 0.17 | 338.94 | 0.8 | 0.46 |
| Hex | D3 | 17 | 59 | 0 | 59 | 3A | 11 | 153 | 50 | 2E |
| Octal | 323 | 27 | 131 | 0 | 131 | 72 | 21 | 523 | 120 | 56 |
| Binary | 11010011 | 10111 | 1011001 | 0 | 1011001 | 111010 | 10001 | 101010011 | 1010000 | 101110 |
Color Harmonies of #D31759
Complementary color
Monochromatic Colors of #D31759
Black with #D31759
Text Example
Text Example
White with #D31759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31759; }
p { color: rgb(211,23,89); }
H1.HeaderClassName
{
color: #D31759;
}
.AnyTagClassName
{
color: #D31759;
}
</style>
background-color css
<style>
a { background-color: #D31759; }
a { background-color: rgb(211,23,89); }
div.DivClassName
{
background-color: #D31759;
}
.BgClassName
{
background-color: #D31759;
}
</style>
border-color css
<style>
span { border-color: #D31759; }
span { border-color: rgb(211,23,89); }
td.TdClassName
{
border-color: #D31759;
}
.TagClassName
{
border-color: #D31759;
}
</style>