Shades of Ruby #D60C60
Tints of Ruby #D60C60
RGB
CMYK
RGB Variations
Color information
#D60C60 (or 0xD60C60) is known color: Ruby. HEX triplet: D6, 0C and 60. RGB value is (214,12,96). Sum of RGB (Red+Green+Blue) = 214+12+96=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C60 is #29F39F. Grayscale: #515151. Windows color (decimal): -2749344 or 6294742. OLE color: 6294742.
HSL color Cylindrical-coordinate representation of color #D60C60: hue angle of 335.05º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C60 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 96 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.16 |
| HSL | 335.05º | 0.89% | 0.44% | - |
| HSV(B) | 335.05º | 0.94% | 0.84% | - |
| XYZ | 29.97 | 15.4 | 12.46 | - |
| YUV | 81.97 | 135.92 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 96 | 0 | 0.94 | 0.55 | 0.16 | 335.05 | 0.89 | 0.44 |
| Hex | D6 | C | 60 | 0 | 5E | 37 | 10 | 14F | 59 | 2C |
| Octal | 326 | 14 | 140 | 0 | 136 | 67 | 20 | 517 | 131 | 54 |
| Binary | 11010110 | 1100 | 1100000 | 0 | 1011110 | 110111 | 10000 | 101001111 | 1011001 | 101100 |
Color Harmonies of #D60C60
Complementary color
Monochromatic Colors of #D60C60
Black with #D60C60
Text Example
Text Example
White with #D60C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C60; }
p { color: rgb(214,12,96); }
H1.HeaderClassName
{
color: #D60C60;
}
.AnyTagClassName
{
color: #D60C60;
}
</style>
background-color css
<style>
a { background-color: #D60C60; }
a { background-color: rgb(214,12,96); }
div.DivClassName
{
background-color: #D60C60;
}
.BgClassName
{
background-color: #D60C60;
}
</style>
border-color css
<style>
span { border-color: #D60C60; }
span { border-color: rgb(214,12,96); }
td.TdClassName
{
border-color: #D60C60;
}
.TagClassName
{
border-color: #D60C60;
}
</style>