Shades of Ruby #D50C73
Tints of Ruby #D50C73
RGB
CMYK
RGB Variations
Color information
#D50C73 (or 0xD50C73) is known color: Ruby. HEX triplet: D5, 0C and 73. RGB value is (213,12,115). Sum of RGB (Red+Green+Blue) = 213+12+115=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 12 (5.08% from 255 or 3.53% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C73 is #2AF38C. Grayscale: #535353. Windows color (decimal): -2814861 or 7539925. OLE color: 7539925.
HSL color Cylindrical-coordinate representation of color #D50C73: hue angle of 329.25º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C73 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 115 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.16 |
| HSL | 329.25º | 0.89% | 0.44% | - |
| HSV(B) | 329.25º | 0.94% | 0.84% | - |
| XYZ | 30.67 | 15.65 | 17.62 | - |
| YUV | 83.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 115 | 0 | 0.94 | 0.46 | 0.16 | 329.25 | 0.89 | 0.44 |
| Hex | D5 | C | 73 | 0 | 5E | 2E | 10 | 149 | 59 | 2C |
| Octal | 325 | 14 | 163 | 0 | 136 | 56 | 20 | 511 | 131 | 54 |
| Binary | 11010101 | 1100 | 1110011 | 0 | 1011110 | 101110 | 10000 | 101001001 | 1011001 | 101100 |
Color Harmonies of #D50C73
Complementary color
Monochromatic Colors of #D50C73
Black with #D50C73
Text Example
Text Example
White with #D50C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C73; }
p { color: rgb(213,12,115); }
H1.HeaderClassName
{
color: #D50C73;
}
.AnyTagClassName
{
color: #D50C73;
}
</style>
background-color css
<style>
a { background-color: #D50C73; }
a { background-color: rgb(213,12,115); }
div.DivClassName
{
background-color: #D50C73;
}
.BgClassName
{
background-color: #D50C73;
}
</style>
border-color css
<style>
span { border-color: #D50C73; }
span { border-color: rgb(213,12,115); }
td.TdClassName
{
border-color: #D50C73;
}
.TagClassName
{
border-color: #D50C73;
}
</style>