Shades of Ruby #DB116C
Tints of Ruby #DB116C
RGB
CMYK
RGB Variations
Color information
#DB116C (or 0xDB116C) is known color: Ruby. HEX triplet: DB, 11 and 6C. RGB value is (219,17,108). Sum of RGB (Red+Green+Blue) = 219+17+108=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB116C is #24EE93. Grayscale: #575757. Windows color (decimal): -2420372 or 7082459. OLE color: 7082459.
HSL color Cylindrical-coordinate representation of color #DB116C: hue angle of 332.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB116C is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 108 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.14 |
| HSL | 332.97º | 0.86% | 0.46% | - |
| HSV(B) | 332.97º | 0.92% | 0.86% | - |
| XYZ | 32.12 | 16.54 | 15.69 | - |
| YUV | 87.77 | 139.42 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 108 | 0 | 0.92 | 0.51 | 0.14 | 332.97 | 0.86 | 0.46 |
| Hex | DB | 11 | 6C | 0 | 5C | 33 | E | 14D | 56 | 2E |
| Octal | 333 | 21 | 154 | 0 | 134 | 63 | 16 | 515 | 126 | 56 |
| Binary | 11011011 | 10001 | 1101100 | 0 | 1011100 | 110011 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DB116C
Complementary color
Monochromatic Colors of #DB116C
Black with #DB116C
Text Example
Text Example
White with #DB116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB116C; }
p { color: rgb(219,17,108); }
H1.HeaderClassName
{
color: #DB116C;
}
.AnyTagClassName
{
color: #DB116C;
}
</style>
background-color css
<style>
a { background-color: #DB116C; }
a { background-color: rgb(219,17,108); }
div.DivClassName
{
background-color: #DB116C;
}
.BgClassName
{
background-color: #DB116C;
}
</style>
border-color css
<style>
span { border-color: #DB116C; }
span { border-color: rgb(219,17,108); }
td.TdClassName
{
border-color: #DB116C;
}
.TagClassName
{
border-color: #DB116C;
}
</style>