Shades of Ruby #D50771
Tints of Ruby #D50771
RGB
CMYK
RGB Variations
Color information
#D50771 (or 0xD50771) is known color: Ruby. HEX triplet: D5, 07 and 71. RGB value is (213,7,113). Sum of RGB (Red+Green+Blue) = 213+7+113=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50771 is #2AF88E. Grayscale: #505050. Windows color (decimal): -2816143 or 7407573. OLE color: 7407573.
HSL color Cylindrical-coordinate representation of color #D50771: hue angle of 329.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50771 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.16 |
| HSL | 329.13º | 0.94% | 0.43% | - |
| HSV(B) | 329.13º | 0.97% | 0.84% | - |
| XYZ | 30.5 | 15.49 | 17.01 | - |
| YUV | 80.68 | 146.25 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 113 | 0 | 0.97 | 0.47 | 0.16 | 329.13 | 0.94 | 0.43 |
| Hex | D5 | 7 | 71 | 0 | 61 | 2F | 10 | 149 | 5E | 2B |
| Octal | 325 | 7 | 161 | 0 | 141 | 57 | 20 | 511 | 136 | 53 |
| Binary | 11010101 | 111 | 1110001 | 0 | 1100001 | 101111 | 10000 | 101001001 | 1011110 | 101011 |
Color Harmonies of #D50771
Complementary color
Monochromatic Colors of #D50771
Black with #D50771
Text Example
Text Example
White with #D50771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50771; }
p { color: rgb(213,7,113); }
H1.HeaderClassName
{
color: #D50771;
}
.AnyTagClassName
{
color: #D50771;
}
</style>
background-color css
<style>
a { background-color: #D50771; }
a { background-color: rgb(213,7,113); }
div.DivClassName
{
background-color: #D50771;
}
.BgClassName
{
background-color: #D50771;
}
</style>
border-color css
<style>
span { border-color: #D50771; }
span { border-color: rgb(213,7,113); }
td.TdClassName
{
border-color: #D50771;
}
.TagClassName
{
border-color: #D50771;
}
</style>