Shades of Ruby #D60C66
Tints of Ruby #D60C66
RGB
CMYK
RGB Variations
Color information
#D60C66 (or 0xD60C66) is known color: Ruby. HEX triplet: D6, 0C and 66. RGB value is (214,12,102). Sum of RGB (Red+Green+Blue) = 214+12+102=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C66 is #29F399. Grayscale: #525252. Windows color (decimal): -2749338 or 6687958. OLE color: 6687958.
HSL color Cylindrical-coordinate representation of color #D60C66: hue angle of 333.27º 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 #D60C66 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 102 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.16 |
| HSL | 333.27º | 0.89% | 0.44% | - |
| HSV(B) | 333.27º | 0.94% | 0.84% | - |
| XYZ | 30.26 | 15.52 | 13.97 | - |
| YUV | 82.66 | 138.92 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 102 | 0 | 0.94 | 0.52 | 0.16 | 333.27 | 0.89 | 0.44 |
| Hex | D6 | C | 66 | 0 | 5E | 34 | 10 | 14D | 59 | 2C |
| Octal | 326 | 14 | 146 | 0 | 136 | 64 | 20 | 515 | 131 | 54 |
| Binary | 11010110 | 1100 | 1100110 | 0 | 1011110 | 110100 | 10000 | 101001101 | 1011001 | 101100 |
Color Harmonies of #D60C66
Complementary color
Monochromatic Colors of #D60C66
Black with #D60C66
Text Example
Text Example
White with #D60C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C66; }
p { color: rgb(214,12,102); }
H1.HeaderClassName
{
color: #D60C66;
}
.AnyTagClassName
{
color: #D60C66;
}
</style>
background-color css
<style>
a { background-color: #D60C66; }
a { background-color: rgb(214,12,102); }
div.DivClassName
{
background-color: #D60C66;
}
.BgClassName
{
background-color: #D60C66;
}
</style>
border-color css
<style>
span { border-color: #D60C66; }
span { border-color: rgb(214,12,102); }
td.TdClassName
{
border-color: #D60C66;
}
.TagClassName
{
border-color: #D60C66;
}
</style>