Shades of Ruby #D81168
Tints of Ruby #D81168
RGB
CMYK
RGB Variations
Color information
#D81168 (or 0xD81168) is known color: Ruby. HEX triplet: D8, 11 and 68. RGB value is (216,17,104). Sum of RGB (Red+Green+Blue) = 216+17+104=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D81168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81168 is #27EE97. Grayscale: #565656. Windows color (decimal): -2616984 or 6820312. OLE color: 6820312.
HSL color Cylindrical-coordinate representation of color #D81168: hue angle of 333.77º 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 #D81168 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.15 |
| HSL | 333.77º | 0.85% | 0.46% | - |
| HSV(B) | 333.77º | 0.92% | 0.85% | - |
| XYZ | 31.02 | 16 | 14.55 | - |
| YUV | 86.42 | 137.93 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 104 | 0 | 0.92 | 0.52 | 0.15 | 333.77 | 0.85 | 0.46 |
| Hex | D8 | 11 | 68 | 0 | 5C | 34 | F | 14E | 55 | 2E |
| Octal | 330 | 21 | 150 | 0 | 134 | 64 | 17 | 516 | 125 | 56 |
| Binary | 11011000 | 10001 | 1101000 | 0 | 1011100 | 110100 | 1111 | 101001110 | 1010101 | 101110 |
Color Harmonies of #D81168
Complementary color
Monochromatic Colors of #D81168
Black with #D81168
Text Example
Text Example
White with #D81168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81168; }
p { color: rgb(216,17,104); }
H1.HeaderClassName
{
color: #D81168;
}
.AnyTagClassName
{
color: #D81168;
}
</style>
background-color css
<style>
a { background-color: #D81168; }
a { background-color: rgb(216,17,104); }
div.DivClassName
{
background-color: #D81168;
}
.BgClassName
{
background-color: #D81168;
}
</style>
border-color css
<style>
span { border-color: #D81168; }
span { border-color: rgb(216,17,104); }
td.TdClassName
{
border-color: #D81168;
}
.TagClassName
{
border-color: #D81168;
}
</style>