Shades of Ruby #D91056
Tints of Ruby #D91056
RGB
CMYK
RGB Variations
Color information
#D91056 (or 0xD91056) is known color: Ruby. HEX triplet: D9, 10 and 56. RGB value is (217,16,86). Sum of RGB (Red+Green+Blue) = 217+16+86=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D91056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91056 is #26EFA9. Grayscale: #545454. Windows color (decimal): -2551722 or 5640409. OLE color: 5640409.
HSL color Cylindrical-coordinate representation of color #D91056: hue angle of 339.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D91056 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.15 |
| HSL | 339.1º | 0.86% | 0.46% | - |
| HSV(B) | 339.1º | 0.93% | 0.85% | - |
| XYZ | 30.48 | 15.79 | 10.25 | - |
| YUV | 84.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 16 | 86 | 0 | 0.93 | 0.60 | 0.15 | 339.1 | 0.86 | 0.46 |
| Hex | D9 | 10 | 56 | 0 | 5D | 3C | F | 153 | 56 | 2E |
| Octal | 331 | 20 | 126 | 0 | 135 | 74 | 17 | 523 | 126 | 56 |
| Binary | 11011001 | 10000 | 1010110 | 0 | 1011101 | 111100 | 1111 | 101010011 | 1010110 | 101110 |
Color Harmonies of #D91056
Complementary color
Monochromatic Colors of #D91056
Black with #D91056
Text Example
Text Example
White with #D91056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91056; }
p { color: rgb(217,16,86); }
H1.HeaderClassName
{
color: #D91056;
}
.AnyTagClassName
{
color: #D91056;
}
</style>
background-color css
<style>
a { background-color: #D91056; }
a { background-color: rgb(217,16,86); }
div.DivClassName
{
background-color: #D91056;
}
.BgClassName
{
background-color: #D91056;
}
</style>
border-color css
<style>
span { border-color: #D91056; }
span { border-color: rgb(217,16,86); }
td.TdClassName
{
border-color: #D91056;
}
.TagClassName
{
border-color: #D91056;
}
</style>