Shades of Ruby #D50071
Tints of Ruby #D50071
RGB
CMYK
RGB Variations
Color information
#D50071 (or 0xD50071) is known color: Ruby. HEX triplet: D5, 00 and 71. RGB value is (213,0,113). Sum of RGB (Red+Green+Blue) = 213+0+113=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D50071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50071 is #2AFF8E. Grayscale: #4C4C4C. Windows color (decimal): -2817935 or 7405781. OLE color: 7405781.
HSL color Cylindrical-coordinate representation of color #D50071: hue angle of 328.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50071 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.47 | 0.16 |
| HSL | 328.17º | 1% | 0.42% | - |
| HSV(B) | 328.17º | 1% | 0.84% | - |
| XYZ | 30.42 | 15.34 | 16.98 | - |
| YUV | 76.57 | 148.57 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 113 | 0 | 1 | 0.47 | 0.16 | 328.17 | 1 | 0.42 |
| Hex | D5 | 0 | 71 | 0 | 64 | 2F | 10 | 148 | 64 | 2A |
| Octal | 325 | 0 | 161 | 0 | 144 | 57 | 20 | 510 | 144 | 52 |
| Binary | 11010101 | 0 | 1110001 | 0 | 1100100 | 101111 | 10000 | 101001000 | 1100100 | 101010 |
Color Harmonies of #D50071
Complementary color
Monochromatic Colors of #D50071
Black with #D50071
Text Example
Text Example
White with #D50071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50071; }
p { color: rgb(213,0,113); }
H1.HeaderClassName
{
color: #D50071;
}
.AnyTagClassName
{
color: #D50071;
}
</style>
background-color css
<style>
a { background-color: #D50071; }
a { background-color: rgb(213,0,113); }
div.DivClassName
{
background-color: #D50071;
}
.BgClassName
{
background-color: #D50071;
}
</style>
border-color css
<style>
span { border-color: #D50071; }
span { border-color: rgb(213,0,113); }
td.TdClassName
{
border-color: #D50071;
}
.TagClassName
{
border-color: #D50071;
}
</style>