Shades of Ruby #D8166E
Tints of Ruby #D8166E
RGB
CMYK
RGB Variations
Color information
#D8166E (or 0xD8166E) is known color: Ruby. HEX triplet: D8, 16 and 6E. RGB value is (216,22,110). Sum of RGB (Red+Green+Blue) = 216+22+110=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8166E is #27E991. Grayscale: #595959. Windows color (decimal): -2615698 or 7214808. OLE color: 7214808.
HSL color Cylindrical-coordinate representation of color #D8166E: hue angle of 332.78º 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 #D8166E is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 110 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.15 |
| HSL | 332.78º | 0.82% | 0.47% | - |
| HSV(B) | 332.78º | 0.9% | 0.85% | - |
| XYZ | 31.42 | 16.3 | 16.24 | - |
| YUV | 90.04 | 139.27 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 110 | 0 | 0.90 | 0.49 | 0.15 | 332.78 | 0.82 | 0.47 |
| Hex | D8 | 16 | 6E | 0 | 5A | 31 | F | 14D | 52 | 2F |
| Octal | 330 | 26 | 156 | 0 | 132 | 61 | 17 | 515 | 122 | 57 |
| Binary | 11011000 | 10110 | 1101110 | 0 | 1011010 | 110001 | 1111 | 101001101 | 1010010 | 101111 |
Color Harmonies of #D8166E
Complementary color
Monochromatic Colors of #D8166E
Black with #D8166E
Text Example
Text Example
White with #D8166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8166E; }
p { color: rgb(216,22,110); }
H1.HeaderClassName
{
color: #D8166E;
}
.AnyTagClassName
{
color: #D8166E;
}
</style>
background-color css
<style>
a { background-color: #D8166E; }
a { background-color: rgb(216,22,110); }
div.DivClassName
{
background-color: #D8166E;
}
.BgClassName
{
background-color: #D8166E;
}
</style>
border-color css
<style>
span { border-color: #D8166E; }
span { border-color: rgb(216,22,110); }
td.TdClassName
{
border-color: #D8166E;
}
.TagClassName
{
border-color: #D8166E;
}
</style>