Shades of Ruby #D81173
Tints of Ruby #D81173
RGB
CMYK
RGB Variations
Color information
#D81173 (or 0xD81173) is known color: Ruby. HEX triplet: D8, 11 and 73. RGB value is (216,17,115). Sum of RGB (Red+Green+Blue) = 216+17+115=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D81173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81173 is #27EE8C. Grayscale: #575757. Windows color (decimal): -2616973 or 7541208. OLE color: 7541208.
HSL color Cylindrical-coordinate representation of color #D81173: hue angle of 330.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81173 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.15 |
| HSL | 330.45º | 0.85% | 0.46% | - |
| HSV(B) | 330.45º | 0.92% | 0.85% | - |
| XYZ | 31.61 | 16.24 | 17.69 | - |
| YUV | 87.67 | 143.43 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 115 | 0 | 0.92 | 0.47 | 0.15 | 330.45 | 0.85 | 0.46 |
| Hex | D8 | 11 | 73 | 0 | 5C | 2F | F | 14A | 55 | 2E |
| Octal | 330 | 21 | 163 | 0 | 134 | 57 | 17 | 512 | 125 | 56 |
| Binary | 11011000 | 10001 | 1110011 | 0 | 1011100 | 101111 | 1111 | 101001010 | 1010101 | 101110 |
Color Harmonies of #D81173
Complementary color
Monochromatic Colors of #D81173
Black with #D81173
Text Example
Text Example
White with #D81173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81173; }
p { color: rgb(216,17,115); }
H1.HeaderClassName
{
color: #D81173;
}
.AnyTagClassName
{
color: #D81173;
}
</style>
background-color css
<style>
a { background-color: #D81173; }
a { background-color: rgb(216,17,115); }
div.DivClassName
{
background-color: #D81173;
}
.BgClassName
{
background-color: #D81173;
}
</style>
border-color css
<style>
span { border-color: #D81173; }
span { border-color: rgb(216,17,115); }
td.TdClassName
{
border-color: #D81173;
}
.TagClassName
{
border-color: #D81173;
}
</style>