Shades of Ruby #D60973
Tints of Ruby #D60973
RGB
CMYK
RGB Variations
Color information
#D60973 (or 0xD60973) is known color: Ruby. HEX triplet: D6, 09 and 73. RGB value is (214,9,115). Sum of RGB (Red+Green+Blue) = 214+9+115=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D60973 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60973 is #29F68C. Grayscale: #525252. Windows color (decimal): -2750093 or 7539158. OLE color: 7539158.
HSL color Cylindrical-coordinate representation of color #D60973: hue angle of 328.98º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60973 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 115 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.16 |
| HSL | 328.98º | 0.92% | 0.44% | - |
| HSV(B) | 328.98º | 0.96% | 0.84% | - |
| XYZ | 30.92 | 15.73 | 17.63 | - |
| YUV | 82.38 | 146.42 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 115 | 0 | 0.96 | 0.46 | 0.16 | 328.98 | 0.92 | 0.44 |
| Hex | D6 | 9 | 73 | 0 | 60 | 2E | 10 | 149 | 5C | 2C |
| Octal | 326 | 11 | 163 | 0 | 140 | 56 | 20 | 511 | 134 | 54 |
| Binary | 11010110 | 1001 | 1110011 | 0 | 1100000 | 101110 | 10000 | 101001001 | 1011100 | 101100 |
Color Harmonies of #D60973
Complementary color
Monochromatic Colors of #D60973
Black with #D60973
Text Example
Text Example
White with #D60973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60973; }
p { color: rgb(214,9,115); }
H1.HeaderClassName
{
color: #D60973;
}
.AnyTagClassName
{
color: #D60973;
}
</style>
background-color css
<style>
a { background-color: #D60973; }
a { background-color: rgb(214,9,115); }
div.DivClassName
{
background-color: #D60973;
}
.BgClassName
{
background-color: #D60973;
}
</style>
border-color css
<style>
span { border-color: #D60973; }
span { border-color: rgb(214,9,115); }
td.TdClassName
{
border-color: #D60973;
}
.TagClassName
{
border-color: #D60973;
}
</style>