Shades of Ruby #D81671
Tints of Ruby #D81671
RGB
CMYK
RGB Variations
Color information
#D81671 (or 0xD81671) is known color: Ruby. HEX triplet: D8, 16 and 71. RGB value is (216,22,113). Sum of RGB (Red+Green+Blue) = 216+22+113=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D81671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81671 is #27E98E. Grayscale: #5A5A5A. Windows color (decimal): -2615695 or 7411416. OLE color: 7411416.
HSL color Cylindrical-coordinate representation of color #D81671: hue angle of 331.86º 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 #D81671 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 22 | 113 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.15 |
| HSL | 331.86º | 0.82% | 0.47% | - |
| HSV(B) | 331.86º | 0.9% | 0.85% | - |
| XYZ | 31.59 | 16.37 | 17.12 | - |
| YUV | 90.38 | 140.77 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 22 | 113 | 0 | 0.90 | 0.48 | 0.15 | 331.86 | 0.82 | 0.47 |
| Hex | D8 | 16 | 71 | 0 | 5A | 30 | F | 14C | 52 | 2F |
| Octal | 330 | 26 | 161 | 0 | 132 | 60 | 17 | 514 | 122 | 57 |
| Binary | 11011000 | 10110 | 1110001 | 0 | 1011010 | 110000 | 1111 | 101001100 | 1010010 | 101111 |
Color Harmonies of #D81671
Complementary color
Monochromatic Colors of #D81671
Black with #D81671
Text Example
Text Example
White with #D81671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81671; }
p { color: rgb(216,22,113); }
H1.HeaderClassName
{
color: #D81671;
}
.AnyTagClassName
{
color: #D81671;
}
</style>
background-color css
<style>
a { background-color: #D81671; }
a { background-color: rgb(216,22,113); }
div.DivClassName
{
background-color: #D81671;
}
.BgClassName
{
background-color: #D81671;
}
</style>
border-color css
<style>
span { border-color: #D81671; }
span { border-color: rgb(216,22,113); }
td.TdClassName
{
border-color: #D81671;
}
.TagClassName
{
border-color: #D81671;
}
</style>