Shades of Ruby #D5155B
Tints of Ruby #D5155B
RGB
CMYK
RGB Variations
Color information
#D5155B (or 0xD5155B) is known color: Ruby. HEX triplet: D5, 15 and 5B. RGB value is (213,21,91). Sum of RGB (Red+Green+Blue) = 213+21+91=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5155B is #2AEAA4. Grayscale: #565656. Windows color (decimal): -2812581 or 5969365. OLE color: 5969365.
HSL color Cylindrical-coordinate representation of color #D5155B: hue angle of 338.12º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5155B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 91 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.16 |
| HSL | 338.13º | 0.82% | 0.46% | - |
| HSV(B) | 338.13º | 0.9% | 0.84% | - |
| XYZ | 29.6 | 15.44 | 11.32 | - |
| YUV | 86.39 | 130.61 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 91 | 0 | 0.90 | 0.57 | 0.16 | 338.13 | 0.82 | 0.46 |
| Hex | D5 | 15 | 5B | 0 | 5A | 39 | 10 | 152 | 52 | 2E |
| Octal | 325 | 25 | 133 | 0 | 132 | 71 | 20 | 522 | 122 | 56 |
| Binary | 11010101 | 10101 | 1011011 | 0 | 1011010 | 111001 | 10000 | 101010010 | 1010010 | 101110 |
Color Harmonies of #D5155B
Complementary color
Monochromatic Colors of #D5155B
Black with #D5155B
Text Example
Text Example
White with #D5155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5155B; }
p { color: rgb(213,21,91); }
H1.HeaderClassName
{
color: #D5155B;
}
.AnyTagClassName
{
color: #D5155B;
}
</style>
background-color css
<style>
a { background-color: #D5155B; }
a { background-color: rgb(213,21,91); }
div.DivClassName
{
background-color: #D5155B;
}
.BgClassName
{
background-color: #D5155B;
}
</style>
border-color css
<style>
span { border-color: #D5155B; }
span { border-color: rgb(213,21,91); }
td.TdClassName
{
border-color: #D5155B;
}
.TagClassName
{
border-color: #D5155B;
}
</style>