Shades of Ruby #D8166A
Tints of Ruby #D8166A
RGB
CMYK
RGB Variations
Color information
#D8166A (or 0xD8166A) is known color: Ruby. HEX triplet: D8, 16 and 6A. RGB value is (216,22,106). Sum of RGB (Red+Green+Blue) = 216+22+106=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 22 (8.98% from 255 or 6.40% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8166A is #27E995. Grayscale: #595959. Windows color (decimal): -2615702 or 6952664. OLE color: 6952664.
HSL color Cylindrical-coordinate representation of color #D8166A: hue angle of 334.02º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8166A is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 106 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.15 |
| HSL | 334.02º | 0.82% | 0.47% | - |
| HSV(B) | 334.02º | 0.9% | 0.85% | - |
| XYZ | 31.21 | 16.21 | 15.12 | - |
| YUV | 89.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 106 | 0 | 0.90 | 0.51 | 0.15 | 334.02 | 0.82 | 0.47 |
| Hex | D8 | 16 | 6A | 0 | 5A | 33 | F | 14E | 52 | 2F |
| Octal | 330 | 26 | 152 | 0 | 132 | 63 | 17 | 516 | 122 | 57 |
| Binary | 11011000 | 10110 | 1101010 | 0 | 1011010 | 110011 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #D8166A
Complementary color
Monochromatic Colors of #D8166A
Black with #D8166A
Text Example
Text Example
White with #D8166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8166A; }
p { color: rgb(216,22,106); }
H1.HeaderClassName
{
color: #D8166A;
}
.AnyTagClassName
{
color: #D8166A;
}
</style>
background-color css
<style>
a { background-color: #D8166A; }
a { background-color: rgb(216,22,106); }
div.DivClassName
{
background-color: #D8166A;
}
.BgClassName
{
background-color: #D8166A;
}
</style>
border-color css
<style>
span { border-color: #D8166A; }
span { border-color: rgb(216,22,106); }
td.TdClassName
{
border-color: #D8166A;
}
.TagClassName
{
border-color: #D8166A;
}
</style>