Shades of Ruby #D91771
Tints of Ruby #D91771
RGB
CMYK
RGB Variations
Color information
#D91771 (or 0xD91771) is known color: Ruby. HEX triplet: D9, 17 and 71. RGB value is (217,23,113). Sum of RGB (Red+Green+Blue) = 217+23+113=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 23 (9.38% from 255 or 6.52% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D91771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91771 is #26E88E. Grayscale: #5B5B5B. Windows color (decimal): -2549903 or 7411673. OLE color: 7411673.
HSL color Cylindrical-coordinate representation of color #D91771: hue angle of 332.16º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91771 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 23 | 113 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.15 |
| HSL | 332.16º | 0.81% | 0.47% | - |
| HSV(B) | 332.16º | 0.89% | 0.85% | - |
| XYZ | 31.9 | 16.56 | 17.14 | - |
| YUV | 91.27 | 140.27 | 217.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 23 | 113 | 0 | 0.89 | 0.48 | 0.15 | 332.16 | 0.81 | 0.47 |
| Hex | D9 | 17 | 71 | 0 | 59 | 30 | F | 14C | 51 | 2F |
| Octal | 331 | 27 | 161 | 0 | 131 | 60 | 17 | 514 | 121 | 57 |
| Binary | 11011001 | 10111 | 1110001 | 0 | 1011001 | 110000 | 1111 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D91771
Complementary color
Monochromatic Colors of #D91771
Black with #D91771
Text Example
Text Example
White with #D91771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91771; }
p { color: rgb(217,23,113); }
H1.HeaderClassName
{
color: #D91771;
}
.AnyTagClassName
{
color: #D91771;
}
</style>
background-color css
<style>
a { background-color: #D91771; }
a { background-color: rgb(217,23,113); }
div.DivClassName
{
background-color: #D91771;
}
.BgClassName
{
background-color: #D91771;
}
</style>
border-color css
<style>
span { border-color: #D91771; }
span { border-color: rgb(217,23,113); }
td.TdClassName
{
border-color: #D91771;
}
.TagClassName
{
border-color: #D91771;
}
</style>