Shades of Ruby #D60A73
Tints of Ruby #D60A73
RGB
CMYK
RGB Variations
Color information
#D60A73 (or 0xD60A73) is known color: Ruby. HEX triplet: D6, 0A and 73. RGB value is (214,10,115). Sum of RGB (Red+Green+Blue) = 214+10+115=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60A73 is #29F58C. Grayscale: #525252. Windows color (decimal): -2749837 or 7539414. OLE color: 7539414.
HSL color Cylindrical-coordinate representation of color #D60A73: hue angle of 329.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A73 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 115 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.16 |
| HSL | 329.12º | 0.91% | 0.44% | - |
| HSV(B) | 329.12º | 0.95% | 0.84% | - |
| XYZ | 30.93 | 15.75 | 17.63 | - |
| YUV | 82.97 | 146.09 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 115 | 0 | 0.95 | 0.46 | 0.16 | 329.12 | 0.91 | 0.44 |
| Hex | D6 | A | 73 | 0 | 5F | 2E | 10 | 149 | 5B | 2C |
| Octal | 326 | 12 | 163 | 0 | 137 | 56 | 20 | 511 | 133 | 54 |
| Binary | 11010110 | 1010 | 1110011 | 0 | 1011111 | 101110 | 10000 | 101001001 | 1011011 | 101100 |
Color Harmonies of #D60A73
Complementary color
Monochromatic Colors of #D60A73
Black with #D60A73
Text Example
Text Example
White with #D60A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A73; }
p { color: rgb(214,10,115); }
H1.HeaderClassName
{
color: #D60A73;
}
.AnyTagClassName
{
color: #D60A73;
}
</style>
background-color css
<style>
a { background-color: #D60A73; }
a { background-color: rgb(214,10,115); }
div.DivClassName
{
background-color: #D60A73;
}
.BgClassName
{
background-color: #D60A73;
}
</style>
border-color css
<style>
span { border-color: #D60A73; }
span { border-color: rgb(214,10,115); }
td.TdClassName
{
border-color: #D60A73;
}
.TagClassName
{
border-color: #D60A73;
}
</style>