Shades of Ruby #D7106D
Tints of Ruby #D7106D
RGB
CMYK
RGB Variations
Color information
#D7106D (or 0xD7106D) is known color: Ruby. HEX triplet: D7, 10 and 6D. RGB value is (215,16,109). Sum of RGB (Red+Green+Blue) = 215+16+109=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7106D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7106D is #28EF92. Grayscale: #555555. Windows color (decimal): -2682771 or 7147735. OLE color: 7147735.
HSL color Cylindrical-coordinate representation of color #D7106D: hue angle of 331.96º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7106D is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 16 | 109 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.16 |
| HSL | 331.96º | 0.86% | 0.45% | - |
| HSV(B) | 331.96º | 0.93% | 0.84% | - |
| XYZ | 30.97 | 15.92 | 15.91 | - |
| YUV | 86.1 | 140.93 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 109 | 0 | 0.93 | 0.49 | 0.16 | 331.96 | 0.86 | 0.45 |
| Hex | D7 | 10 | 6D | 0 | 5D | 31 | 10 | 14C | 56 | 2D |
| Octal | 327 | 20 | 155 | 0 | 135 | 61 | 20 | 514 | 126 | 55 |
| Binary | 11010111 | 10000 | 1101101 | 0 | 1011101 | 110001 | 10000 | 101001100 | 1010110 | 101101 |
Color Harmonies of #D7106D
Complementary color
Monochromatic Colors of #D7106D
Black with #D7106D
Text Example
Text Example
White with #D7106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7106D; }
p { color: rgb(215,16,109); }
H1.HeaderClassName
{
color: #D7106D;
}
.AnyTagClassName
{
color: #D7106D;
}
</style>
background-color css
<style>
a { background-color: #D7106D; }
a { background-color: rgb(215,16,109); }
div.DivClassName
{
background-color: #D7106D;
}
.BgClassName
{
background-color: #D7106D;
}
</style>
border-color css
<style>
span { border-color: #D7106D; }
span { border-color: rgb(215,16,109); }
td.TdClassName
{
border-color: #D7106D;
}
.TagClassName
{
border-color: #D7106D;
}
</style>