Shades of Ruby #D50564
Tints of Ruby #D50564
RGB
CMYK
RGB Variations
Color information
#D50564 (or 0xD50564) is known color: Ruby. HEX triplet: D5, 05 and 64. RGB value is (213,5,100). Sum of RGB (Red+Green+Blue) = 213+5+100=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 5 (2.34% from 255 or 1.57% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50564 is #2AFA9B. Grayscale: #4D4D4D. Windows color (decimal): -2816668 or 6555093. OLE color: 6555093.
HSL color Cylindrical-coordinate representation of color #D50564: hue angle of 332.6º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50564 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 100 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.16 |
| HSL | 332.6º | 0.95% | 0.43% | - |
| HSV(B) | 332.6º | 0.98% | 0.84% | - |
| XYZ | 29.8 | 15.17 | 13.42 | - |
| YUV | 78.02 | 140.41 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 100 | 0 | 0.98 | 0.53 | 0.16 | 332.6 | 0.95 | 0.43 |
| Hex | D5 | 5 | 64 | 0 | 62 | 35 | 10 | 14D | 5F | 2B |
| Octal | 325 | 5 | 144 | 0 | 142 | 65 | 20 | 515 | 137 | 53 |
| Binary | 11010101 | 101 | 1100100 | 0 | 1100010 | 110101 | 10000 | 101001101 | 1011111 | 101011 |
Color Harmonies of #D50564
Complementary color
Monochromatic Colors of #D50564
Black with #D50564
Text Example
Text Example
White with #D50564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50564; }
p { color: rgb(213,5,100); }
H1.HeaderClassName
{
color: #D50564;
}
.AnyTagClassName
{
color: #D50564;
}
</style>
background-color css
<style>
a { background-color: #D50564; }
a { background-color: rgb(213,5,100); }
div.DivClassName
{
background-color: #D50564;
}
.BgClassName
{
background-color: #D50564;
}
</style>
border-color css
<style>
span { border-color: #D50564; }
span { border-color: rgb(213,5,100); }
td.TdClassName
{
border-color: #D50564;
}
.TagClassName
{
border-color: #D50564;
}
</style>