Shades of Ruby #D1195D
Tints of Ruby #D1195D
RGB
CMYK
RGB Variations
Color information
#D1195D (or 0xD1195D) is known color: Ruby. HEX triplet: D1, 19 and 5D. RGB value is (209,25,93). Sum of RGB (Red+Green+Blue) = 209+25+93=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 25 (10.16% from 255 or 7.65% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1195D is #2EE6A2. Grayscale: #575757. Windows color (decimal): -3073699 or 6101457. OLE color: 6101457.
HSL color Cylindrical-coordinate representation of color #D1195D: hue angle of 337.83º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1195D is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 93 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.18 |
| HSL | 337.83º | 0.79% | 0.46% | - |
| HSV(B) | 337.83º | 0.88% | 0.82% | - |
| XYZ | 28.62 | 15.04 | 11.75 | - |
| YUV | 87.77 | 130.96 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 93 | 0 | 0.88 | 0.56 | 0.18 | 337.83 | 0.79 | 0.46 |
| Hex | D1 | 19 | 5D | 0 | 58 | 38 | 12 | 152 | 4F | 2E |
| Octal | 321 | 31 | 135 | 0 | 130 | 70 | 22 | 522 | 117 | 56 |
| Binary | 11010001 | 11001 | 1011101 | 0 | 1011000 | 111000 | 10010 | 101010010 | 1001111 | 101110 |
Color Harmonies of #D1195D
Complementary color
Monochromatic Colors of #D1195D
Black with #D1195D
Text Example
Text Example
White with #D1195D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1195D; }
p { color: rgb(209,25,93); }
H1.HeaderClassName
{
color: #D1195D;
}
.AnyTagClassName
{
color: #D1195D;
}
</style>
background-color css
<style>
a { background-color: #D1195D; }
a { background-color: rgb(209,25,93); }
div.DivClassName
{
background-color: #D1195D;
}
.BgClassName
{
background-color: #D1195D;
}
</style>
border-color css
<style>
span { border-color: #D1195D; }
span { border-color: rgb(209,25,93); }
td.TdClassName
{
border-color: #D1195D;
}
.TagClassName
{
border-color: #D1195D;
}
</style>