Shades of Ruby #D8156D
Tints of Ruby #D8156D
RGB
CMYK
RGB Variations
Color information
#D8156D (or 0xD8156D) is known color: Ruby. HEX triplet: D8, 15 and 6D. RGB value is (216,21,109). Sum of RGB (Red+Green+Blue) = 216+21+109=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D8156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8156D is #27EA92. Grayscale: #595959. Windows color (decimal): -2615955 or 7149016. OLE color: 7149016.
HSL color Cylindrical-coordinate representation of color #D8156D: hue angle of 332.92º 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 #D8156D is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 109 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.15 |
| HSL | 332.92º | 0.82% | 0.46% | - |
| HSV(B) | 332.92º | 0.9% | 0.85% | - |
| XYZ | 31.35 | 16.24 | 15.95 | - |
| YUV | 89.34 | 139.1 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 109 | 0 | 0.90 | 0.50 | 0.15 | 332.92 | 0.82 | 0.46 |
| Hex | D8 | 15 | 6D | 0 | 5A | 32 | F | 14D | 52 | 2E |
| Octal | 330 | 25 | 155 | 0 | 132 | 62 | 17 | 515 | 122 | 56 |
| Binary | 11011000 | 10101 | 1101101 | 0 | 1011010 | 110010 | 1111 | 101001101 | 1010010 | 101110 |
Color Harmonies of #D8156D
Complementary color
Monochromatic Colors of #D8156D
Black with #D8156D
Text Example
Text Example
White with #D8156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8156D; }
p { color: rgb(216,21,109); }
H1.HeaderClassName
{
color: #D8156D;
}
.AnyTagClassName
{
color: #D8156D;
}
</style>
background-color css
<style>
a { background-color: #D8156D; }
a { background-color: rgb(216,21,109); }
div.DivClassName
{
background-color: #D8156D;
}
.BgClassName
{
background-color: #D8156D;
}
</style>
border-color css
<style>
span { border-color: #D8156D; }
span { border-color: rgb(216,21,109); }
td.TdClassName
{
border-color: #D8156D;
}
.TagClassName
{
border-color: #D8156D;
}
</style>