Shades of Ruby #D11170
Tints of Ruby #D11170
RGB
CMYK
RGB Variations
Color information
#D11170 (or 0xD11170) is known color: Ruby. HEX triplet: D1, 11 and 70. RGB value is (209,17,112). Sum of RGB (Red+Green+Blue) = 209+17+112=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D11170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11170 is #2EEE8F. Grayscale: #555555. Windows color (decimal): -3075728 or 7344593. OLE color: 7344593.
HSL color Cylindrical-coordinate representation of color #D11170: hue angle of 330.31º 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 #D11170 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 112 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.18 |
| HSL | 330.31º | 0.85% | 0.44% | - |
| HSV(B) | 330.31º | 0.92% | 0.82% | - |
| XYZ | 29.42 | 15.13 | 16.7 | - |
| YUV | 85.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 112 | 0 | 0.92 | 0.46 | 0.18 | 330.31 | 0.85 | 0.44 |
| Hex | D1 | 11 | 70 | 0 | 5C | 2E | 12 | 14A | 55 | 2C |
| Octal | 321 | 21 | 160 | 0 | 134 | 56 | 22 | 512 | 125 | 54 |
| Binary | 11010001 | 10001 | 1110000 | 0 | 1011100 | 101110 | 10010 | 101001010 | 1010101 | 101100 |
Color Harmonies of #D11170
Complementary color
Monochromatic Colors of #D11170
Black with #D11170
Text Example
Text Example
White with #D11170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11170; }
p { color: rgb(209,17,112); }
H1.HeaderClassName
{
color: #D11170;
}
.AnyTagClassName
{
color: #D11170;
}
</style>
background-color css
<style>
a { background-color: #D11170; }
a { background-color: rgb(209,17,112); }
div.DivClassName
{
background-color: #D11170;
}
.BgClassName
{
background-color: #D11170;
}
</style>
border-color css
<style>
span { border-color: #D11170; }
span { border-color: rgb(209,17,112); }
td.TdClassName
{
border-color: #D11170;
}
.TagClassName
{
border-color: #D11170;
}
</style>