Shades of Ruby #D60873
Tints of Ruby #D60873
RGB
CMYK
RGB Variations
Color information
#D60873 (or 0xD60873) is known color: Ruby. HEX triplet: D6, 08 and 73. RGB value is (214,8,115). Sum of RGB (Red+Green+Blue) = 214+8+115=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D60873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60873 is #29F78C. Grayscale: #515151. Windows color (decimal): -2750349 or 7538902. OLE color: 7538902.
HSL color Cylindrical-coordinate representation of color #D60873: hue angle of 328.83º degrees, saturation: 0.93, 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 #D60873 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.16 |
| HSL | 328.84º | 0.93% | 0.44% | - |
| HSV(B) | 328.84º | 0.96% | 0.84% | - |
| XYZ | 30.91 | 15.71 | 17.62 | - |
| YUV | 81.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 115 | 0 | 0.96 | 0.46 | 0.16 | 328.84 | 0.93 | 0.44 |
| Hex | D6 | 8 | 73 | 0 | 60 | 2E | 10 | 149 | 5D | 2C |
| Octal | 326 | 10 | 163 | 0 | 140 | 56 | 20 | 511 | 135 | 54 |
| Binary | 11010110 | 1000 | 1110011 | 0 | 1100000 | 101110 | 10000 | 101001001 | 1011101 | 101100 |
Color Harmonies of #D60873
Complementary color
Monochromatic Colors of #D60873
Black with #D60873
Text Example
Text Example
White with #D60873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60873; }
p { color: rgb(214,8,115); }
H1.HeaderClassName
{
color: #D60873;
}
.AnyTagClassName
{
color: #D60873;
}
</style>
background-color css
<style>
a { background-color: #D60873; }
a { background-color: rgb(214,8,115); }
div.DivClassName
{
background-color: #D60873;
}
.BgClassName
{
background-color: #D60873;
}
</style>
border-color css
<style>
span { border-color: #D60873; }
span { border-color: rgb(214,8,115); }
td.TdClassName
{
border-color: #D60873;
}
.TagClassName
{
border-color: #D60873;
}
</style>