Shades of Ruby #DB116D
Tints of Ruby #DB116D
RGB
CMYK
RGB Variations
Color information
#DB116D (or 0xDB116D) is known color: Ruby. HEX triplet: DB, 11 and 6D. RGB value is (219,17,109). Sum of RGB (Red+Green+Blue) = 219+17+109=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB116D is #24EE92. Grayscale: #575757. Windows color (decimal): -2420371 or 7147995. OLE color: 7147995.
HSL color Cylindrical-coordinate representation of color #DB116D: hue angle of 332.67º 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 #DB116D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.14 |
| HSL | 332.67º | 0.86% | 0.46% | - |
| HSV(B) | 332.67º | 0.92% | 0.86% | - |
| XYZ | 32.17 | 16.57 | 15.97 | - |
| YUV | 87.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 109 | 0 | 0.92 | 0.50 | 0.14 | 332.67 | 0.86 | 0.46 |
| Hex | DB | 11 | 6D | 0 | 5C | 32 | E | 14D | 56 | 2E |
| Octal | 333 | 21 | 155 | 0 | 134 | 62 | 16 | 515 | 126 | 56 |
| Binary | 11011011 | 10001 | 1101101 | 0 | 1011100 | 110010 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DB116D
Complementary color
Monochromatic Colors of #DB116D
Black with #DB116D
Text Example
Text Example
White with #DB116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB116D; }
p { color: rgb(219,17,109); }
H1.HeaderClassName
{
color: #DB116D;
}
.AnyTagClassName
{
color: #DB116D;
}
</style>
background-color css
<style>
a { background-color: #DB116D; }
a { background-color: rgb(219,17,109); }
div.DivClassName
{
background-color: #DB116D;
}
.BgClassName
{
background-color: #DB116D;
}
</style>
border-color css
<style>
span { border-color: #DB116D; }
span { border-color: rgb(219,17,109); }
td.TdClassName
{
border-color: #DB116D;
}
.TagClassName
{
border-color: #DB116D;
}
</style>