Shades of Ruby #D50F5A
Tints of Ruby #D50F5A
RGB
CMYK
RGB Variations
Color information
#D50F5A (or 0xD50F5A) is known color: Ruby. HEX triplet: D5, 0F and 5A. RGB value is (213,15,90). Sum of RGB (Red+Green+Blue) = 213+15+90=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50F5A is #2AF0A5. Grayscale: #525252. Windows color (decimal): -2814118 or 5902293. OLE color: 5902293.
HSL color Cylindrical-coordinate representation of color #D50F5A: hue angle of 337.27º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F5A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 15 | 90 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.16 |
| HSL | 337.27º | 0.87% | 0.45% | - |
| HSV(B) | 337.27º | 0.93% | 0.84% | - |
| XYZ | 29.46 | 15.23 | 11.06 | - |
| YUV | 82.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 90 | 0 | 0.93 | 0.58 | 0.16 | 337.27 | 0.87 | 0.45 |
| Hex | D5 | F | 5A | 0 | 5D | 3A | 10 | 151 | 57 | 2D |
| Octal | 325 | 17 | 132 | 0 | 135 | 72 | 20 | 521 | 127 | 55 |
| Binary | 11010101 | 1111 | 1011010 | 0 | 1011101 | 111010 | 10000 | 101010001 | 1010111 | 101101 |
Color Harmonies of #D50F5A
Complementary color
Monochromatic Colors of #D50F5A
Black with #D50F5A
Text Example
Text Example
White with #D50F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50F5A; }
p { color: rgb(213,15,90); }
H1.HeaderClassName
{
color: #D50F5A;
}
.AnyTagClassName
{
color: #D50F5A;
}
</style>
background-color css
<style>
a { background-color: #D50F5A; }
a { background-color: rgb(213,15,90); }
div.DivClassName
{
background-color: #D50F5A;
}
.BgClassName
{
background-color: #D50F5A;
}
</style>
border-color css
<style>
span { border-color: #D50F5A; }
span { border-color: rgb(213,15,90); }
td.TdClassName
{
border-color: #D50F5A;
}
.TagClassName
{
border-color: #D50F5A;
}
</style>