Shades of Ruby #D50C5E
Tints of Ruby #D50C5E
RGB
CMYK
RGB Variations
Color information
#D50C5E (or 0xD50C5E) is known color: Ruby. HEX triplet: D5, 0C and 5E. RGB value is (213,12,94). Sum of RGB (Red+Green+Blue) = 213+12+94=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C5E is #2AF3A1. Grayscale: #515151. Windows color (decimal): -2814882 or 6163669. OLE color: 6163669.
HSL color Cylindrical-coordinate representation of color #D50C5E: hue angle of 335.52º 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 #D50C5E is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 94 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.16 |
| HSL | 335.52º | 0.89% | 0.44% | - |
| HSV(B) | 335.52º | 0.94% | 0.84% | - |
| XYZ | 29.59 | 15.22 | 11.97 | - |
| YUV | 81.45 | 135.09 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 94 | 0 | 0.94 | 0.56 | 0.16 | 335.52 | 0.89 | 0.44 |
| Hex | D5 | C | 5E | 0 | 5E | 38 | 10 | 150 | 59 | 2C |
| Octal | 325 | 14 | 136 | 0 | 136 | 70 | 20 | 520 | 131 | 54 |
| Binary | 11010101 | 1100 | 1011110 | 0 | 1011110 | 111000 | 10000 | 101010000 | 1011001 | 101100 |
Color Harmonies of #D50C5E
Complementary color
Monochromatic Colors of #D50C5E
Black with #D50C5E
Text Example
Text Example
White with #D50C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C5E; }
p { color: rgb(213,12,94); }
H1.HeaderClassName
{
color: #D50C5E;
}
.AnyTagClassName
{
color: #D50C5E;
}
</style>
background-color css
<style>
a { background-color: #D50C5E; }
a { background-color: rgb(213,12,94); }
div.DivClassName
{
background-color: #D50C5E;
}
.BgClassName
{
background-color: #D50C5E;
}
</style>
border-color css
<style>
span { border-color: #D50C5E; }
span { border-color: rgb(213,12,94); }
td.TdClassName
{
border-color: #D50C5E;
}
.TagClassName
{
border-color: #D50C5E;
}
</style>