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