Shades of Ruby #D8106C
Tints of Ruby #D8106C
RGB
CMYK
RGB Variations
Color information
#D8106C (or 0xD8106C) is known color: Ruby. HEX triplet: D8, 10 and 6C. RGB value is (216,16,108). Sum of RGB (Red+Green+Blue) = 216+16+108=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D8106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8106C is #27EF93. Grayscale: #565656. Windows color (decimal): -2617236 or 7082200. OLE color: 7082200.
HSL color Cylindrical-coordinate representation of color #D8106C: hue angle of 332.4º 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 #D8106C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.15 |
| HSL | 332.4º | 0.86% | 0.45% | - |
| HSV(B) | 332.4º | 0.93% | 0.85% | - |
| XYZ | 31.21 | 16.05 | 15.64 | - |
| YUV | 86.29 | 140.26 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 108 | 0 | 0.93 | 0.50 | 0.15 | 332.4 | 0.86 | 0.45 |
| Hex | D8 | 10 | 6C | 0 | 5D | 32 | F | 14C | 56 | 2D |
| Octal | 330 | 20 | 154 | 0 | 135 | 62 | 17 | 514 | 126 | 55 |
| Binary | 11011000 | 10000 | 1101100 | 0 | 1011101 | 110010 | 1111 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D8106C
Complementary color
Monochromatic Colors of #D8106C
Black with #D8106C
Text Example
Text Example
White with #D8106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8106C; }
p { color: rgb(216,16,108); }
H1.HeaderClassName
{
color: #D8106C;
}
.AnyTagClassName
{
color: #D8106C;
}
</style>
background-color css
<style>
a { background-color: #D8106C; }
a { background-color: rgb(216,16,108); }
div.DivClassName
{
background-color: #D8106C;
}
.BgClassName
{
background-color: #D8106C;
}
</style>
border-color css
<style>
span { border-color: #D8106C; }
span { border-color: rgb(216,16,108); }
td.TdClassName
{
border-color: #D8106C;
}
.TagClassName
{
border-color: #D8106C;
}
</style>