Shades of Ruby #D81071
Tints of Ruby #D81071
RGB
CMYK
RGB Variations
Color information
#D81071 (or 0xD81071) is known color: Ruby. HEX triplet: D8, 10 and 71. RGB value is (216,16,113). Sum of RGB (Red+Green+Blue) = 216+16+113=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D81071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81071 is #27EF8E. Grayscale: #565656. Windows color (decimal): -2617231 or 7409880. OLE color: 7409880.
HSL color Cylindrical-coordinate representation of color #D81071: hue angle of 330.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81071 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 113 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.15 |
| HSL | 330.9º | 0.86% | 0.45% | - |
| HSV(B) | 330.9º | 0.93% | 0.85% | - |
| XYZ | 31.48 | 16.16 | 17.08 | - |
| YUV | 86.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 113 | 0 | 0.93 | 0.48 | 0.15 | 330.9 | 0.86 | 0.45 |
| Hex | D8 | 10 | 71 | 0 | 5D | 30 | F | 14B | 56 | 2D |
| Octal | 330 | 20 | 161 | 0 | 135 | 60 | 17 | 513 | 126 | 55 |
| Binary | 11011000 | 10000 | 1110001 | 0 | 1011101 | 110000 | 1111 | 101001011 | 1010110 | 101101 |
Color Harmonies of #D81071
Complementary color
Monochromatic Colors of #D81071
Black with #D81071
Text Example
Text Example
White with #D81071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81071; }
p { color: rgb(216,16,113); }
H1.HeaderClassName
{
color: #D81071;
}
.AnyTagClassName
{
color: #D81071;
}
</style>
background-color css
<style>
a { background-color: #D81071; }
a { background-color: rgb(216,16,113); }
div.DivClassName
{
background-color: #D81071;
}
.BgClassName
{
background-color: #D81071;
}
</style>
border-color css
<style>
span { border-color: #D81071; }
span { border-color: rgb(216,16,113); }
td.TdClassName
{
border-color: #D81071;
}
.TagClassName
{
border-color: #D81071;
}
</style>