Shades of Ruby #D60C6D
Tints of Ruby #D60C6D
RGB
CMYK
RGB Variations
Color information
#D60C6D (or 0xD60C6D) is known color: Ruby. HEX triplet: D6, 0C and 6D. RGB value is (214,12,109). Sum of RGB (Red+Green+Blue) = 214+12+109=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C6D is #29F392. Grayscale: #535353. Windows color (decimal): -2749331 or 7146710. OLE color: 7146710.
HSL color Cylindrical-coordinate representation of color #D60C6D: hue angle of 331.19º 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 #D60C6D is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.16 |
| HSL | 331.19º | 0.89% | 0.44% | - |
| HSV(B) | 331.19º | 0.94% | 0.84% | - |
| XYZ | 30.62 | 15.66 | 15.88 | - |
| YUV | 83.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 109 | 0 | 0.94 | 0.49 | 0.16 | 331.19 | 0.89 | 0.44 |
| Hex | D6 | C | 6D | 0 | 5E | 31 | 10 | 14B | 59 | 2C |
| Octal | 326 | 14 | 155 | 0 | 136 | 61 | 20 | 513 | 131 | 54 |
| Binary | 11010110 | 1100 | 1101101 | 0 | 1011110 | 110001 | 10000 | 101001011 | 1011001 | 101100 |
Color Harmonies of #D60C6D
Complementary color
Monochromatic Colors of #D60C6D
Black with #D60C6D
Text Example
Text Example
White with #D60C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C6D; }
p { color: rgb(214,12,109); }
H1.HeaderClassName
{
color: #D60C6D;
}
.AnyTagClassName
{
color: #D60C6D;
}
</style>
background-color css
<style>
a { background-color: #D60C6D; }
a { background-color: rgb(214,12,109); }
div.DivClassName
{
background-color: #D60C6D;
}
.BgClassName
{
background-color: #D60C6D;
}
</style>
border-color css
<style>
span { border-color: #D60C6D; }
span { border-color: rgb(214,12,109); }
td.TdClassName
{
border-color: #D60C6D;
}
.TagClassName
{
border-color: #D60C6D;
}
</style>