Shades of Ruby #D50C5A
Tints of Ruby #D50C5A
RGB
CMYK
RGB Variations
Color information
#D50C5A (or 0xD50C5A) is known color: Ruby. HEX triplet: D5, 0C and 5A. RGB value is (213,12,90). Sum of RGB (Red+Green+Blue) = 213+12+90=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50C5A is #2AF3A5. Grayscale: #505050. Windows color (decimal): -2814886 or 5901525. OLE color: 5901525.
HSL color Cylindrical-coordinate representation of color #D50C5A: hue angle of 336.72º 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 #D50C5A is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 90 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.16 |
| HSL | 336.72º | 0.89% | 0.44% | - |
| HSV(B) | 336.72º | 0.94% | 0.84% | - |
| XYZ | 29.42 | 15.15 | 11.05 | - |
| YUV | 80.99 | 133.09 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 90 | 0 | 0.94 | 0.58 | 0.16 | 336.72 | 0.89 | 0.44 |
| Hex | D5 | C | 5A | 0 | 5E | 3A | 10 | 151 | 59 | 2C |
| Octal | 325 | 14 | 132 | 0 | 136 | 72 | 20 | 521 | 131 | 54 |
| Binary | 11010101 | 1100 | 1011010 | 0 | 1011110 | 111010 | 10000 | 101010001 | 1011001 | 101100 |
Color Harmonies of #D50C5A
Complementary color
Monochromatic Colors of #D50C5A
Black with #D50C5A
Text Example
Text Example
White with #D50C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50C5A; }
p { color: rgb(213,12,90); }
H1.HeaderClassName
{
color: #D50C5A;
}
.AnyTagClassName
{
color: #D50C5A;
}
</style>
background-color css
<style>
a { background-color: #D50C5A; }
a { background-color: rgb(213,12,90); }
div.DivClassName
{
background-color: #D50C5A;
}
.BgClassName
{
background-color: #D50C5A;
}
</style>
border-color css
<style>
span { border-color: #D50C5A; }
span { border-color: rgb(213,12,90); }
td.TdClassName
{
border-color: #D50C5A;
}
.TagClassName
{
border-color: #D50C5A;
}
</style>