Shades of Ruby #D60573
Tints of Ruby #D60573
RGB
CMYK
RGB Variations
Color information
#D60573 (or 0xD60573) is known color: Ruby. HEX triplet: D6, 05 and 73. RGB value is (214,5,115). Sum of RGB (Red+Green+Blue) = 214+5+115=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D60573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60573 is #29FA8C. Grayscale: #4F4F4F. Windows color (decimal): -2751117 or 7538134. OLE color: 7538134.
HSL color Cylindrical-coordinate representation of color #D60573: hue angle of 328.42º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60573 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.16 |
| HSL | 328.42º | 0.95% | 0.43% | - |
| HSV(B) | 328.42º | 0.98% | 0.84% | - |
| XYZ | 30.88 | 15.64 | 17.61 | - |
| YUV | 80.03 | 147.74 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 115 | 0 | 0.98 | 0.46 | 0.16 | 328.42 | 0.95 | 0.43 |
| Hex | D6 | 5 | 73 | 0 | 62 | 2E | 10 | 148 | 5F | 2B |
| Octal | 326 | 5 | 163 | 0 | 142 | 56 | 20 | 510 | 137 | 53 |
| Binary | 11010110 | 101 | 1110011 | 0 | 1100010 | 101110 | 10000 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D60573
Complementary color
Monochromatic Colors of #D60573
Black with #D60573
Text Example
Text Example
White with #D60573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60573; }
p { color: rgb(214,5,115); }
H1.HeaderClassName
{
color: #D60573;
}
.AnyTagClassName
{
color: #D60573;
}
</style>
background-color css
<style>
a { background-color: #D60573; }
a { background-color: rgb(214,5,115); }
div.DivClassName
{
background-color: #D60573;
}
.BgClassName
{
background-color: #D60573;
}
</style>
border-color css
<style>
span { border-color: #D60573; }
span { border-color: rgb(214,5,115); }
td.TdClassName
{
border-color: #D60573;
}
.TagClassName
{
border-color: #D60573;
}
</style>