Shades of Ruby #D1155D
Tints of Ruby #D1155D
RGB
CMYK
RGB Variations
Color information
#D1155D (or 0xD1155D) is known color: Ruby. HEX triplet: D1, 15 and 5D. RGB value is (209,21,93). Sum of RGB (Red+Green+Blue) = 209+21+93=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1155D is #2EEAA2. Grayscale: #555555. Windows color (decimal): -3074723 or 6100433. OLE color: 6100433.
HSL color Cylindrical-coordinate representation of color #D1155D: hue angle of 337.02º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1155D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 93 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.18 |
| HSL | 337.02º | 0.82% | 0.45% | - |
| HSV(B) | 337.02º | 0.9% | 0.82% | - |
| XYZ | 28.54 | 14.88 | 11.72 | - |
| YUV | 85.42 | 132.28 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 93 | 0 | 0.90 | 0.56 | 0.18 | 337.02 | 0.82 | 0.45 |
| Hex | D1 | 15 | 5D | 0 | 5A | 38 | 12 | 151 | 52 | 2D |
| Octal | 321 | 25 | 135 | 0 | 132 | 70 | 22 | 521 | 122 | 55 |
| Binary | 11010001 | 10101 | 1011101 | 0 | 1011010 | 111000 | 10010 | 101010001 | 1010010 | 101101 |
Color Harmonies of #D1155D
Complementary color
Monochromatic Colors of #D1155D
Black with #D1155D
Text Example
Text Example
White with #D1155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1155D; }
p { color: rgb(209,21,93); }
H1.HeaderClassName
{
color: #D1155D;
}
.AnyTagClassName
{
color: #D1155D;
}
</style>
background-color css
<style>
a { background-color: #D1155D; }
a { background-color: rgb(209,21,93); }
div.DivClassName
{
background-color: #D1155D;
}
.BgClassName
{
background-color: #D1155D;
}
</style>
border-color css
<style>
span { border-color: #D1155D; }
span { border-color: rgb(209,21,93); }
td.TdClassName
{
border-color: #D1155D;
}
.TagClassName
{
border-color: #D1155D;
}
</style>