Shades of Ruby #D50C56
Tints of Ruby #D50C56
RGB
CMYK
RGB Variations
Color information
#D50C56 (or 0xD50C56) is known color: Ruby. HEX triplet: D5, 0C and 56. RGB value is (213,12,86). Sum of RGB (Red+Green+Blue) = 213+12+86=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C56 is #2AF3A9. Grayscale: #505050. Windows color (decimal): -2814890 or 5639381. OLE color: 5639381.
HSL color Cylindrical-coordinate representation of color #D50C56: hue angle of 337.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C56 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 86 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.16 |
| HSL | 337.91º | 0.89% | 0.44% | - |
| HSV(B) | 337.91º | 0.94% | 0.84% | - |
| XYZ | 29.25 | 15.08 | 10.17 | - |
| YUV | 80.54 | 131.09 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 86 | 0 | 0.94 | 0.60 | 0.16 | 337.91 | 0.89 | 0.44 |
| Hex | D5 | C | 56 | 0 | 5E | 3C | 10 | 152 | 59 | 2C |
| Octal | 325 | 14 | 126 | 0 | 136 | 74 | 20 | 522 | 131 | 54 |
| Binary | 11010101 | 1100 | 1010110 | 0 | 1011110 | 111100 | 10000 | 101010010 | 1011001 | 101100 |
Color Harmonies of #D50C56
Complementary color
Monochromatic Colors of #D50C56
Black with #D50C56
Text Example
Text Example
White with #D50C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C56; }
p { color: rgb(213,12,86); }
H1.HeaderClassName
{
color: #D50C56;
}
.AnyTagClassName
{
color: #D50C56;
}
</style>
background-color css
<style>
a { background-color: #D50C56; }
a { background-color: rgb(213,12,86); }
div.DivClassName
{
background-color: #D50C56;
}
.BgClassName
{
background-color: #D50C56;
}
</style>
border-color css
<style>
span { border-color: #D50C56; }
span { border-color: rgb(213,12,86); }
td.TdClassName
{
border-color: #D50C56;
}
.TagClassName
{
border-color: #D50C56;
}
</style>