Shades of Ruby #D8116B
Tints of Ruby #D8116B
RGB
CMYK
RGB Variations
Color information
#D8116B (or 0xD8116B) is known color: Ruby. HEX triplet: D8, 11 and 6B. RGB value is (216,17,107). Sum of RGB (Red+Green+Blue) = 216+17+107=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8116B is #27EE94. Grayscale: #565656. Windows color (decimal): -2616981 or 7016920. OLE color: 7016920.
HSL color Cylindrical-coordinate representation of color #D8116B: hue angle of 332.86º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8116B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 107 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.15 |
| HSL | 332.86º | 0.85% | 0.46% | - |
| HSV(B) | 332.86º | 0.92% | 0.85% | - |
| XYZ | 31.17 | 16.06 | 15.37 | - |
| YUV | 86.76 | 139.43 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 107 | 0 | 0.92 | 0.50 | 0.15 | 332.86 | 0.85 | 0.46 |
| Hex | D8 | 11 | 6B | 0 | 5C | 32 | F | 14D | 55 | 2E |
| Octal | 330 | 21 | 153 | 0 | 134 | 62 | 17 | 515 | 125 | 56 |
| Binary | 11011000 | 10001 | 1101011 | 0 | 1011100 | 110010 | 1111 | 101001101 | 1010101 | 101110 |
Color Harmonies of #D8116B
Complementary color
Monochromatic Colors of #D8116B
Black with #D8116B
Text Example
Text Example
White with #D8116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8116B; }
p { color: rgb(216,17,107); }
H1.HeaderClassName
{
color: #D8116B;
}
.AnyTagClassName
{
color: #D8116B;
}
</style>
background-color css
<style>
a { background-color: #D8116B; }
a { background-color: rgb(216,17,107); }
div.DivClassName
{
background-color: #D8116B;
}
.BgClassName
{
background-color: #D8116B;
}
</style>
border-color css
<style>
span { border-color: #D8116B; }
span { border-color: rgb(216,17,107); }
td.TdClassName
{
border-color: #D8116B;
}
.TagClassName
{
border-color: #D8116B;
}
</style>