Shades of Ruby #D60473
Tints of Ruby #D60473
RGB
CMYK
RGB Variations
Color information
#D60473 (or 0xD60473) is known color: Ruby. HEX triplet: D6, 04 and 73. RGB value is (214,4,115). Sum of RGB (Red+Green+Blue) = 214+4+115=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D60473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60473 is #29FB8C. Grayscale: #4F4F4F. Windows color (decimal): -2751373 or 7537878. OLE color: 7537878.
HSL color Cylindrical-coordinate representation of color #D60473: hue angle of 328.29º degrees, saturation: 0.96, 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 #D60473 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.16 |
| HSL | 328.29º | 0.96% | 0.43% | - |
| HSV(B) | 328.29º | 0.98% | 0.84% | - |
| XYZ | 30.87 | 15.62 | 17.61 | - |
| YUV | 79.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 115 | 0 | 0.98 | 0.46 | 0.16 | 328.29 | 0.96 | 0.43 |
| Hex | D6 | 4 | 73 | 0 | 62 | 2E | 10 | 148 | 60 | 2B |
| Octal | 326 | 4 | 163 | 0 | 142 | 56 | 20 | 510 | 140 | 53 |
| Binary | 11010110 | 100 | 1110011 | 0 | 1100010 | 101110 | 10000 | 101001000 | 1100000 | 101011 |
Color Harmonies of #D60473
Complementary color
Monochromatic Colors of #D60473
Black with #D60473
Text Example
Text Example
White with #D60473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60473; }
p { color: rgb(214,4,115); }
H1.HeaderClassName
{
color: #D60473;
}
.AnyTagClassName
{
color: #D60473;
}
</style>
background-color css
<style>
a { background-color: #D60473; }
a { background-color: rgb(214,4,115); }
div.DivClassName
{
background-color: #D60473;
}
.BgClassName
{
background-color: #D60473;
}
</style>
border-color css
<style>
span { border-color: #D60473; }
span { border-color: rgb(214,4,115); }
td.TdClassName
{
border-color: #D60473;
}
.TagClassName
{
border-color: #D60473;
}
</style>