Shades of Ruby #D50A73
Tints of Ruby #D50A73
RGB
CMYK
RGB Variations
Color information
#D50A73 (or 0xD50A73) is known color: Ruby. HEX triplet: D5, 0A and 73. RGB value is (213,10,115). Sum of RGB (Red+Green+Blue) = 213+10+115=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D50A73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50A73 is #2AF58C. Grayscale: #525252. Windows color (decimal): -2815373 or 7539413. OLE color: 7539413.
HSL color Cylindrical-coordinate representation of color #D50A73: hue angle of 328.97º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50A73 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 10 | 115 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.16 |
| HSL | 328.97º | 0.91% | 0.44% | - |
| HSV(B) | 328.97º | 0.95% | 0.84% | - |
| XYZ | 30.64 | 15.6 | 17.62 | - |
| YUV | 82.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 115 | 0 | 0.95 | 0.46 | 0.16 | 328.97 | 0.91 | 0.44 |
| Hex | D5 | A | 73 | 0 | 5F | 2E | 10 | 149 | 5B | 2C |
| Octal | 325 | 12 | 163 | 0 | 137 | 56 | 20 | 511 | 133 | 54 |
| Binary | 11010101 | 1010 | 1110011 | 0 | 1011111 | 101110 | 10000 | 101001001 | 1011011 | 101100 |
Color Harmonies of #D50A73
Complementary color
Monochromatic Colors of #D50A73
Black with #D50A73
Text Example
Text Example
White with #D50A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50A73; }
p { color: rgb(213,10,115); }
H1.HeaderClassName
{
color: #D50A73;
}
.AnyTagClassName
{
color: #D50A73;
}
</style>
background-color css
<style>
a { background-color: #D50A73; }
a { background-color: rgb(213,10,115); }
div.DivClassName
{
background-color: #D50A73;
}
.BgClassName
{
background-color: #D50A73;
}
</style>
border-color css
<style>
span { border-color: #D50A73; }
span { border-color: rgb(213,10,115); }
td.TdClassName
{
border-color: #D50A73;
}
.TagClassName
{
border-color: #D50A73;
}
</style>