Shades of Ruby #D1185E
Tints of Ruby #D1185E
RGB
CMYK
RGB Variations
Color information
#D1185E (or 0xD1185E) is known color: Ruby. HEX triplet: D1, 18 and 5E. RGB value is (209,24,94). Sum of RGB (Red+Green+Blue) = 209+24+94=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D1185E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1185E is #2EE7A1. Grayscale: #575757. Windows color (decimal): -3073954 or 6166737. OLE color: 6166737.
HSL color Cylindrical-coordinate representation of color #D1185E: hue angle of 337.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1185E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 94 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.18 |
| HSL | 337.3º | 0.79% | 0.46% | - |
| HSV(B) | 337.3º | 0.89% | 0.82% | - |
| XYZ | 28.64 | 15.02 | 11.98 | - |
| YUV | 87.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 94 | 0 | 0.89 | 0.55 | 0.18 | 337.3 | 0.79 | 0.46 |
| Hex | D1 | 18 | 5E | 0 | 59 | 37 | 12 | 151 | 4F | 2E |
| Octal | 321 | 30 | 136 | 0 | 131 | 67 | 22 | 521 | 117 | 56 |
| Binary | 11010001 | 11000 | 1011110 | 0 | 1011001 | 110111 | 10010 | 101010001 | 1001111 | 101110 |
Color Harmonies of #D1185E
Complementary color
Monochromatic Colors of #D1185E
Black with #D1185E
Text Example
Text Example
White with #D1185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1185E; }
p { color: rgb(209,24,94); }
H1.HeaderClassName
{
color: #D1185E;
}
.AnyTagClassName
{
color: #D1185E;
}
</style>
background-color css
<style>
a { background-color: #D1185E; }
a { background-color: rgb(209,24,94); }
div.DivClassName
{
background-color: #D1185E;
}
.BgClassName
{
background-color: #D1185E;
}
</style>
border-color css
<style>
span { border-color: #D1185E; }
span { border-color: rgb(209,24,94); }
td.TdClassName
{
border-color: #D1185E;
}
.TagClassName
{
border-color: #D1185E;
}
</style>