Shades of Ruby #D8166B
Tints of Ruby #D8166B
RGB
CMYK
RGB Variations
Color information
#D8166B (or 0xD8166B) is known color: Ruby. HEX triplet: D8, 16 and 6B. RGB value is (216,22,107). Sum of RGB (Red+Green+Blue) = 216+22+107=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D8166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8166B is #27E994. Grayscale: #595959. Windows color (decimal): -2615701 or 7018200. OLE color: 7018200.
HSL color Cylindrical-coordinate representation of color #D8166B: hue angle of 333.71º 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 #D8166B is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 107 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.15 |
| HSL | 333.71º | 0.82% | 0.47% | - |
| HSV(B) | 333.71º | 0.9% | 0.85% | - |
| XYZ | 31.26 | 16.23 | 15.4 | - |
| YUV | 89.7 | 137.77 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 107 | 0 | 0.90 | 0.50 | 0.15 | 333.71 | 0.82 | 0.47 |
| Hex | D8 | 16 | 6B | 0 | 5A | 32 | F | 14E | 52 | 2F |
| Octal | 330 | 26 | 153 | 0 | 132 | 62 | 17 | 516 | 122 | 57 |
| Binary | 11011000 | 10110 | 1101011 | 0 | 1011010 | 110010 | 1111 | 101001110 | 1010010 | 101111 |
Color Harmonies of #D8166B
Complementary color
Monochromatic Colors of #D8166B
Black with #D8166B
Text Example
Text Example
White with #D8166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8166B; }
p { color: rgb(216,22,107); }
H1.HeaderClassName
{
color: #D8166B;
}
.AnyTagClassName
{
color: #D8166B;
}
</style>
background-color css
<style>
a { background-color: #D8166B; }
a { background-color: rgb(216,22,107); }
div.DivClassName
{
background-color: #D8166B;
}
.BgClassName
{
background-color: #D8166B;
}
</style>
border-color css
<style>
span { border-color: #D8166B; }
span { border-color: rgb(216,22,107); }
td.TdClassName
{
border-color: #D8166B;
}
.TagClassName
{
border-color: #D8166B;
}
</style>