Shades of Ruby #D81771
Tints of Ruby #D81771
RGB
CMYK
RGB Variations
Color information
#D81771 (or 0xD81771) is known color: Ruby. HEX triplet: D8, 17 and 71. RGB value is (216,23,113). Sum of RGB (Red+Green+Blue) = 216+23+113=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81771 is #27E88E. Grayscale: #5A5A5A. Windows color (decimal): -2615439 or 7411672. OLE color: 7411672.
HSL color Cylindrical-coordinate representation of color #D81771: hue angle of 332.02º 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 #D81771 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 23 | 113 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.15 |
| HSL | 332.02º | 0.81% | 0.47% | - |
| HSV(B) | 332.02º | 0.89% | 0.85% | - |
| XYZ | 31.61 | 16.4 | 17.12 | - |
| YUV | 90.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 23 | 113 | 0 | 0.89 | 0.48 | 0.15 | 332.02 | 0.81 | 0.47 |
| Hex | D8 | 17 | 71 | 0 | 59 | 30 | F | 14C | 51 | 2F |
| Octal | 330 | 27 | 161 | 0 | 131 | 60 | 17 | 514 | 121 | 57 |
| Binary | 11011000 | 10111 | 1110001 | 0 | 1011001 | 110000 | 1111 | 101001100 | 1010001 | 101111 |
Color Harmonies of #D81771
Complementary color
Monochromatic Colors of #D81771
Black with #D81771
Text Example
Text Example
White with #D81771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81771; }
p { color: rgb(216,23,113); }
H1.HeaderClassName
{
color: #D81771;
}
.AnyTagClassName
{
color: #D81771;
}
</style>
background-color css
<style>
a { background-color: #D81771; }
a { background-color: rgb(216,23,113); }
div.DivClassName
{
background-color: #D81771;
}
.BgClassName
{
background-color: #D81771;
}
</style>
border-color css
<style>
span { border-color: #D81771; }
span { border-color: rgb(216,23,113); }
td.TdClassName
{
border-color: #D81771;
}
.TagClassName
{
border-color: #D81771;
}
</style>