Shades of Ruby #D5115D
Tints of Ruby #D5115D
RGB
CMYK
RGB Variations
Color information
#D5115D (or 0xD5115D) is known color: Ruby. HEX triplet: D5, 11 and 5D. RGB value is (213,17,93). Sum of RGB (Red+Green+Blue) = 213+17+93=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5115D is #2AEEA2. Grayscale: #545454. Windows color (decimal): -2813603 or 6099413. OLE color: 6099413.
HSL color Cylindrical-coordinate representation of color #D5115D: hue angle of 336.73º 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 #D5115D is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 93 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.16 |
| HSL | 336.73º | 0.85% | 0.45% | - |
| HSV(B) | 336.73º | 0.92% | 0.84% | - |
| XYZ | 29.62 | 15.34 | 11.76 | - |
| YUV | 84.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 93 | 0 | 0.92 | 0.56 | 0.16 | 336.73 | 0.85 | 0.45 |
| Hex | D5 | 11 | 5D | 0 | 5C | 38 | 10 | 151 | 55 | 2D |
| Octal | 325 | 21 | 135 | 0 | 134 | 70 | 20 | 521 | 125 | 55 |
| Binary | 11010101 | 10001 | 1011101 | 0 | 1011100 | 111000 | 10000 | 101010001 | 1010101 | 101101 |
Color Harmonies of #D5115D
Complementary color
Monochromatic Colors of #D5115D
Black with #D5115D
Text Example
Text Example
White with #D5115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5115D; }
p { color: rgb(213,17,93); }
H1.HeaderClassName
{
color: #D5115D;
}
.AnyTagClassName
{
color: #D5115D;
}
</style>
background-color css
<style>
a { background-color: #D5115D; }
a { background-color: rgb(213,17,93); }
div.DivClassName
{
background-color: #D5115D;
}
.BgClassName
{
background-color: #D5115D;
}
</style>
border-color css
<style>
span { border-color: #D5115D; }
span { border-color: rgb(213,17,93); }
td.TdClassName
{
border-color: #D5115D;
}
.TagClassName
{
border-color: #D5115D;
}
</style>