Shades of Ruby #D50764
Tints of Ruby #D50764
RGB
CMYK
RGB Variations
Color information
#D50764 (or 0xD50764) is known color: Ruby. HEX triplet: D5, 07 and 64. RGB value is (213,7,100). Sum of RGB (Red+Green+Blue) = 213+7+100=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D50764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50764 is #2AF89B. Grayscale: #4F4F4F. Windows color (decimal): -2816156 or 6555605. OLE color: 6555605.
HSL color Cylindrical-coordinate representation of color #D50764: hue angle of 332.91º 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 #D50764 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.16 |
| HSL | 332.91º | 0.94% | 0.43% | - |
| HSV(B) | 332.91º | 0.97% | 0.84% | - |
| XYZ | 29.82 | 15.22 | 13.42 | - |
| YUV | 79.2 | 139.75 | 223.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 100 | 0 | 0.97 | 0.53 | 0.16 | 332.91 | 0.94 | 0.43 |
| Hex | D5 | 7 | 64 | 0 | 61 | 35 | 10 | 14D | 5E | 2B |
| Octal | 325 | 7 | 144 | 0 | 141 | 65 | 20 | 515 | 136 | 53 |
| Binary | 11010101 | 111 | 1100100 | 0 | 1100001 | 110101 | 10000 | 101001101 | 1011110 | 101011 |
Color Harmonies of #D50764
Complementary color
Monochromatic Colors of #D50764
Black with #D50764
Text Example
Text Example
White with #D50764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50764; }
p { color: rgb(213,7,100); }
H1.HeaderClassName
{
color: #D50764;
}
.AnyTagClassName
{
color: #D50764;
}
</style>
background-color css
<style>
a { background-color: #D50764; }
a { background-color: rgb(213,7,100); }
div.DivClassName
{
background-color: #D50764;
}
.BgClassName
{
background-color: #D50764;
}
</style>
border-color css
<style>
span { border-color: #D50764; }
span { border-color: rgb(213,7,100); }
td.TdClassName
{
border-color: #D50764;
}
.TagClassName
{
border-color: #D50764;
}
</style>