Shades of Ruby #D60C73
Tints of Ruby #D60C73
RGB
CMYK
RGB Variations
Color information
#D60C73 (or 0xD60C73) is known color: Ruby. HEX triplet: D6, 0C and 73. RGB value is (214,12,115). Sum of RGB (Red+Green+Blue) = 214+12+115=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60C73 is #29F38C. Grayscale: #535353. Windows color (decimal): -2749325 or 7539926. OLE color: 7539926.
HSL color Cylindrical-coordinate representation of color #D60C73: hue angle of 329.41º 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 #D60C73 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.16 |
| HSL | 329.41º | 0.89% | 0.44% | - |
| HSV(B) | 329.41º | 0.94% | 0.84% | - |
| XYZ | 30.96 | 15.8 | 17.64 | - |
| YUV | 84.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 115 | 0 | 0.94 | 0.46 | 0.16 | 329.41 | 0.89 | 0.44 |
| Hex | D6 | C | 73 | 0 | 5E | 2E | 10 | 149 | 59 | 2C |
| Octal | 326 | 14 | 163 | 0 | 136 | 56 | 20 | 511 | 131 | 54 |
| Binary | 11010110 | 1100 | 1110011 | 0 | 1011110 | 101110 | 10000 | 101001001 | 1011001 | 101100 |
Color Harmonies of #D60C73
Complementary color
Monochromatic Colors of #D60C73
Black with #D60C73
Text Example
Text Example
White with #D60C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C73; }
p { color: rgb(214,12,115); }
H1.HeaderClassName
{
color: #D60C73;
}
.AnyTagClassName
{
color: #D60C73;
}
</style>
background-color css
<style>
a { background-color: #D60C73; }
a { background-color: rgb(214,12,115); }
div.DivClassName
{
background-color: #D60C73;
}
.BgClassName
{
background-color: #D60C73;
}
</style>
border-color css
<style>
span { border-color: #D60C73; }
span { border-color: rgb(214,12,115); }
td.TdClassName
{
border-color: #D60C73;
}
.TagClassName
{
border-color: #D60C73;
}
</style>