Shades of Ruby #D5115A
Tints of Ruby #D5115A
RGB
CMYK
RGB Variations
Color information
#D5115A (or 0xD5115A) is known color: Ruby. HEX triplet: D5, 11 and 5A. RGB value is (213,17,90). Sum of RGB (Red+Green+Blue) = 213+17+90=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D5115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5115A is #2AEEA5. Grayscale: #535353. Windows color (decimal): -2813606 or 5902805. OLE color: 5902805.
HSL color Cylindrical-coordinate representation of color #D5115A: hue angle of 337.65º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5115A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 90 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.16 |
| HSL | 337.65º | 0.85% | 0.45% | - |
| HSV(B) | 337.65º | 0.92% | 0.84% | - |
| XYZ | 29.49 | 15.29 | 11.07 | - |
| YUV | 83.93 | 131.43 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 90 | 0 | 0.92 | 0.58 | 0.16 | 337.65 | 0.85 | 0.45 |
| Hex | D5 | 11 | 5A | 0 | 5C | 3A | 10 | 152 | 55 | 2D |
| Octal | 325 | 21 | 132 | 0 | 134 | 72 | 20 | 522 | 125 | 55 |
| Binary | 11010101 | 10001 | 1011010 | 0 | 1011100 | 111010 | 10000 | 101010010 | 1010101 | 101101 |
Color Harmonies of #D5115A
Complementary color
Monochromatic Colors of #D5115A
Black with #D5115A
Text Example
Text Example
White with #D5115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5115A; }
p { color: rgb(213,17,90); }
H1.HeaderClassName
{
color: #D5115A;
}
.AnyTagClassName
{
color: #D5115A;
}
</style>
background-color css
<style>
a { background-color: #D5115A; }
a { background-color: rgb(213,17,90); }
div.DivClassName
{
background-color: #D5115A;
}
.BgClassName
{
background-color: #D5115A;
}
</style>
border-color css
<style>
span { border-color: #D5115A; }
span { border-color: rgb(213,17,90); }
td.TdClassName
{
border-color: #D5115A;
}
.TagClassName
{
border-color: #D5115A;
}
</style>