Shades of Ruby #D8156F
Tints of Ruby #D8156F
RGB
CMYK
RGB Variations
Color information
#D8156F (or 0xD8156F) is known color: Ruby. HEX triplet: D8, 15 and 6F. RGB value is (216,21,111). Sum of RGB (Red+Green+Blue) = 216+21+111=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8156F is #27EA90. Grayscale: #595959. Windows color (decimal): -2615953 or 7280088. OLE color: 7280088.
HSL color Cylindrical-coordinate representation of color #D8156F: hue angle of 332.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8156F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 111 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.15 |
| HSL | 332.31º | 0.82% | 0.46% | - |
| HSV(B) | 332.31º | 0.9% | 0.85% | - |
| XYZ | 31.46 | 16.28 | 16.52 | - |
| YUV | 89.57 | 140.1 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 111 | 0 | 0.90 | 0.49 | 0.15 | 332.31 | 0.82 | 0.46 |
| Hex | D8 | 15 | 6F | 0 | 5A | 31 | F | 14C | 52 | 2E |
| Octal | 330 | 25 | 157 | 0 | 132 | 61 | 17 | 514 | 122 | 56 |
| Binary | 11011000 | 10101 | 1101111 | 0 | 1011010 | 110001 | 1111 | 101001100 | 1010010 | 101110 |
Color Harmonies of #D8156F
Complementary color
Monochromatic Colors of #D8156F
Black with #D8156F
Text Example
Text Example
White with #D8156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8156F; }
p { color: rgb(216,21,111); }
H1.HeaderClassName
{
color: #D8156F;
}
.AnyTagClassName
{
color: #D8156F;
}
</style>
background-color css
<style>
a { background-color: #D8156F; }
a { background-color: rgb(216,21,111); }
div.DivClassName
{
background-color: #D8156F;
}
.BgClassName
{
background-color: #D8156F;
}
</style>
border-color css
<style>
span { border-color: #D8156F; }
span { border-color: rgb(216,21,111); }
td.TdClassName
{
border-color: #D8156F;
}
.TagClassName
{
border-color: #D8156F;
}
</style>