Shades of Ruby #D9156F
Tints of Ruby #D9156F
RGB
CMYK
RGB Variations
Color information
#D9156F (or 0xD9156F) is known color: Ruby. HEX triplet: D9, 15 and 6F. RGB value is (217,21,111). Sum of RGB (Red+Green+Blue) = 217+21+111=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9156F is #26EA90. Grayscale: #595959. Windows color (decimal): -2550417 or 7280089. OLE color: 7280089.
HSL color Cylindrical-coordinate representation of color #D9156F: hue angle of 332.45º 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 #D9156F is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 111 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.15 |
| HSL | 332.45º | 0.82% | 0.47% | - |
| HSV(B) | 332.45º | 0.9% | 0.85% | - |
| XYZ | 31.75 | 16.44 | 16.54 | - |
| YUV | 89.86 | 139.93 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 111 | 0 | 0.90 | 0.49 | 0.15 | 332.45 | 0.82 | 0.47 |
| Hex | D9 | 15 | 6F | 0 | 5A | 31 | F | 14C | 52 | 2F |
| Octal | 331 | 25 | 157 | 0 | 132 | 61 | 17 | 514 | 122 | 57 |
| Binary | 11011001 | 10101 | 1101111 | 0 | 1011010 | 110001 | 1111 | 101001100 | 1010010 | 101111 |
Color Harmonies of #D9156F
Complementary color
Monochromatic Colors of #D9156F
Black with #D9156F
Text Example
Text Example
White with #D9156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9156F; }
p { color: rgb(217,21,111); }
H1.HeaderClassName
{
color: #D9156F;
}
.AnyTagClassName
{
color: #D9156F;
}
</style>
background-color css
<style>
a { background-color: #D9156F; }
a { background-color: rgb(217,21,111); }
div.DivClassName
{
background-color: #D9156F;
}
.BgClassName
{
background-color: #D9156F;
}
</style>
border-color css
<style>
span { border-color: #D9156F; }
span { border-color: rgb(217,21,111); }
td.TdClassName
{
border-color: #D9156F;
}
.TagClassName
{
border-color: #D9156F;
}
</style>