Shades of Ruby #D8106B
Tints of Ruby #D8106B
RGB
CMYK
RGB Variations
Color information
#D8106B (or 0xD8106B) is known color: Ruby. HEX triplet: D8, 10 and 6B. RGB value is (216,16,107). Sum of RGB (Red+Green+Blue) = 216+16+107=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D8106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8106B is #27EF94. Grayscale: #565656. Windows color (decimal): -2617237 or 7016664. OLE color: 7016664.
HSL color Cylindrical-coordinate representation of color #D8106B: hue angle of 332.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8106B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 107 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.15 |
| HSL | 332.7º | 0.86% | 0.45% | - |
| HSV(B) | 332.7º | 0.93% | 0.85% | - |
| XYZ | 31.16 | 16.03 | 15.36 | - |
| YUV | 86.17 | 139.76 | 220.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 107 | 0 | 0.93 | 0.50 | 0.15 | 332.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 6B | 0 | 5D | 32 | F | 14D | 56 | 2D |
| Octal | 330 | 20 | 153 | 0 | 135 | 62 | 17 | 515 | 126 | 55 |
| Binary | 11011000 | 10000 | 1101011 | 0 | 1011101 | 110010 | 1111 | 101001101 | 1010110 | 101101 |
Color Harmonies of #D8106B
Complementary color
Monochromatic Colors of #D8106B
Black with #D8106B
Text Example
Text Example
White with #D8106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8106B; }
p { color: rgb(216,16,107); }
H1.HeaderClassName
{
color: #D8106B;
}
.AnyTagClassName
{
color: #D8106B;
}
</style>
background-color css
<style>
a { background-color: #D8106B; }
a { background-color: rgb(216,16,107); }
div.DivClassName
{
background-color: #D8106B;
}
.BgClassName
{
background-color: #D8106B;
}
</style>
border-color css
<style>
span { border-color: #D8106B; }
span { border-color: rgb(216,16,107); }
td.TdClassName
{
border-color: #D8106B;
}
.TagClassName
{
border-color: #D8106B;
}
</style>