Shades of Ruby #D81163
Tints of Ruby #D81163
RGB
CMYK
RGB Variations
Color information
#D81163 (or 0xD81163) is known color: Ruby. HEX triplet: D8, 11 and 63. RGB value is (216,17,99). Sum of RGB (Red+Green+Blue) = 216+17+99=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D81163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81163 is #27EE9C. Grayscale: #555555. Windows color (decimal): -2616989 or 6492632. OLE color: 6492632.
HSL color Cylindrical-coordinate representation of color #D81163: hue angle of 335.28º 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 #D81163 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.15 |
| HSL | 335.28º | 0.85% | 0.46% | - |
| HSV(B) | 335.28º | 0.92% | 0.85% | - |
| XYZ | 30.77 | 15.9 | 13.25 | - |
| YUV | 85.85 | 135.43 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 99 | 0 | 0.92 | 0.54 | 0.15 | 335.28 | 0.85 | 0.46 |
| Hex | D8 | 11 | 63 | 0 | 5C | 36 | F | 14F | 55 | 2E |
| Octal | 330 | 21 | 143 | 0 | 134 | 66 | 17 | 517 | 125 | 56 |
| Binary | 11011000 | 10001 | 1100011 | 0 | 1011100 | 110110 | 1111 | 101001111 | 1010101 | 101110 |
Color Harmonies of #D81163
Complementary color
Monochromatic Colors of #D81163
Black with #D81163
Text Example
Text Example
White with #D81163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81163; }
p { color: rgb(216,17,99); }
H1.HeaderClassName
{
color: #D81163;
}
.AnyTagClassName
{
color: #D81163;
}
</style>
background-color css
<style>
a { background-color: #D81163; }
a { background-color: rgb(216,17,99); }
div.DivClassName
{
background-color: #D81163;
}
.BgClassName
{
background-color: #D81163;
}
</style>
border-color css
<style>
span { border-color: #D81163; }
span { border-color: rgb(216,17,99); }
td.TdClassName
{
border-color: #D81163;
}
.TagClassName
{
border-color: #D81163;
}
</style>