Shades of Ruby #D1114E
Tints of Ruby #D1114E
RGB
CMYK
RGB Variations
Color information
#D1114E (or 0xD1114E) is known color: Ruby. HEX triplet: D1, 11 and 4E. RGB value is (209,17,78). Sum of RGB (Red+Green+Blue) = 209+17+78=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1114E is #2EEEB1. Grayscale: #515151. Windows color (decimal): -3075762 or 5116369. OLE color: 5116369.
HSL color Cylindrical-coordinate representation of color #D1114E: hue angle of 340.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1114E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.18 |
| HSL | 340.94º | 0.85% | 0.44% | - |
| HSV(B) | 340.94º | 0.92% | 0.82% | - |
| XYZ | 27.87 | 14.51 | 8.54 | - |
| YUV | 81.36 | 126.11 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 78 | 0 | 0.92 | 0.63 | 0.18 | 340.94 | 0.85 | 0.44 |
| Hex | D1 | 11 | 4E | 0 | 5C | 3F | 12 | 155 | 55 | 2C |
| Octal | 321 | 21 | 116 | 0 | 134 | 77 | 22 | 525 | 125 | 54 |
| Binary | 11010001 | 10001 | 1001110 | 0 | 1011100 | 111111 | 10010 | 101010101 | 1010101 | 101100 |
Color Harmonies of #D1114E
Complementary color
Monochromatic Colors of #D1114E
Black with #D1114E
Text Example
Text Example
White with #D1114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1114E; }
p { color: rgb(209,17,78); }
H1.HeaderClassName
{
color: #D1114E;
}
.AnyTagClassName
{
color: #D1114E;
}
</style>
background-color css
<style>
a { background-color: #D1114E; }
a { background-color: rgb(209,17,78); }
div.DivClassName
{
background-color: #D1114E;
}
.BgClassName
{
background-color: #D1114E;
}
</style>
border-color css
<style>
span { border-color: #D1114E; }
span { border-color: rgb(209,17,78); }
td.TdClassName
{
border-color: #D1114E;
}
.TagClassName
{
border-color: #D1114E;
}
</style>