Shades of Ruby #D60C71
Tints of Ruby #D60C71
RGB
CMYK
RGB Variations
Color information
#D60C71 (or 0xD60C71) is known color: Ruby. HEX triplet: D6, 0C and 71. RGB value is (214,12,113). Sum of RGB (Red+Green+Blue) = 214+12+113=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C71 is #29F38E. Grayscale: #535353. Windows color (decimal): -2749327 or 7408854. OLE color: 7408854.
HSL color Cylindrical-coordinate representation of color #D60C71: hue angle of 330º 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 #D60C71 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 113 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.16 |
| HSL | 330º | 0.89% | 0.44% | - |
| HSV(B) | 330º | 0.94% | 0.84% | - |
| XYZ | 30.84 | 15.75 | 17.04 | - |
| YUV | 83.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 113 | 0 | 0.94 | 0.47 | 0.16 | 330 | 0.89 | 0.44 |
| Hex | D6 | C | 71 | 0 | 5E | 2F | 10 | 14A | 59 | 2C |
| Octal | 326 | 14 | 161 | 0 | 136 | 57 | 20 | 512 | 131 | 54 |
| Binary | 11010110 | 1100 | 1110001 | 0 | 1011110 | 101111 | 10000 | 101001010 | 1011001 | 101100 |
Color Harmonies of #D60C71
Complementary color
Monochromatic Colors of #D60C71
Black with #D60C71
Text Example
Text Example
White with #D60C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C71; }
p { color: rgb(214,12,113); }
H1.HeaderClassName
{
color: #D60C71;
}
.AnyTagClassName
{
color: #D60C71;
}
</style>
background-color css
<style>
a { background-color: #D60C71; }
a { background-color: rgb(214,12,113); }
div.DivClassName
{
background-color: #D60C71;
}
.BgClassName
{
background-color: #D60C71;
}
</style>
border-color css
<style>
span { border-color: #D60C71; }
span { border-color: rgb(214,12,113); }
td.TdClassName
{
border-color: #D60C71;
}
.TagClassName
{
border-color: #D60C71;
}
</style>