Shades of Ruby #D60E60
Tints of Ruby #D60E60
RGB
CMYK
RGB Variations
Color information
#D60E60 (or 0xD60E60) is known color: Ruby. HEX triplet: D6, 0E and 60. RGB value is (214,14,96). Sum of RGB (Red+Green+Blue) = 214+14+96=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60E60 is #29F19F. Grayscale: #535353. Windows color (decimal): -2748832 or 6295254. OLE color: 6295254.
HSL color Cylindrical-coordinate representation of color #D60E60: hue angle of 335.4º 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 #D60E60 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 96 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.16 |
| HSL | 335.4º | 0.88% | 0.45% | - |
| HSV(B) | 335.4º | 0.93% | 0.84% | - |
| XYZ | 30 | 15.45 | 12.47 | - |
| YUV | 83.15 | 135.26 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 96 | 0 | 0.93 | 0.55 | 0.16 | 335.4 | 0.88 | 0.45 |
| Hex | D6 | E | 60 | 0 | 5D | 37 | 10 | 14F | 58 | 2D |
| Octal | 326 | 16 | 140 | 0 | 135 | 67 | 20 | 517 | 130 | 55 |
| Binary | 11010110 | 1110 | 1100000 | 0 | 1011101 | 110111 | 10000 | 101001111 | 1011000 | 101101 |
Color Harmonies of #D60E60
Complementary color
Monochromatic Colors of #D60E60
Black with #D60E60
Text Example
Text Example
White with #D60E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E60; }
p { color: rgb(214,14,96); }
H1.HeaderClassName
{
color: #D60E60;
}
.AnyTagClassName
{
color: #D60E60;
}
</style>
background-color css
<style>
a { background-color: #D60E60; }
a { background-color: rgb(214,14,96); }
div.DivClassName
{
background-color: #D60E60;
}
.BgClassName
{
background-color: #D60E60;
}
</style>
border-color css
<style>
span { border-color: #D60E60; }
span { border-color: rgb(214,14,96); }
td.TdClassName
{
border-color: #D60E60;
}
.TagClassName
{
border-color: #D60E60;
}
</style>