Shades of Ruby #D60E59
Tints of Ruby #D60E59
RGB
CMYK
RGB Variations
Color information
#D60E59 (or 0xD60E59) is known color: Ruby. HEX triplet: D6, 0E and 59. RGB value is (214,14,89). Sum of RGB (Red+Green+Blue) = 214+14+89=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E59 is #29F1A6. Grayscale: #525252. Windows color (decimal): -2748839 or 5836502. OLE color: 5836502.
HSL color Cylindrical-coordinate representation of color #D60E59: hue angle of 337.5º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E59 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 89 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.16 |
| HSL | 337.5º | 0.88% | 0.45% | - |
| HSV(B) | 337.5º | 0.93% | 0.84% | - |
| XYZ | 29.69 | 15.33 | 10.85 | - |
| YUV | 82.35 | 131.76 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 89 | 0 | 0.93 | 0.58 | 0.16 | 337.5 | 0.88 | 0.45 |
| Hex | D6 | E | 59 | 0 | 5D | 3A | 10 | 152 | 58 | 2D |
| Octal | 326 | 16 | 131 | 0 | 135 | 72 | 20 | 522 | 130 | 55 |
| Binary | 11010110 | 1110 | 1011001 | 0 | 1011101 | 111010 | 10000 | 101010010 | 1011000 | 101101 |
Color Harmonies of #D60E59
Complementary color
Monochromatic Colors of #D60E59
Black with #D60E59
Text Example
Text Example
White with #D60E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E59; }
p { color: rgb(214,14,89); }
H1.HeaderClassName
{
color: #D60E59;
}
.AnyTagClassName
{
color: #D60E59;
}
</style>
background-color css
<style>
a { background-color: #D60E59; }
a { background-color: rgb(214,14,89); }
div.DivClassName
{
background-color: #D60E59;
}
.BgClassName
{
background-color: #D60E59;
}
</style>
border-color css
<style>
span { border-color: #D60E59; }
span { border-color: rgb(214,14,89); }
td.TdClassName
{
border-color: #D60E59;
}
.TagClassName
{
border-color: #D60E59;
}
</style>