Shades of Ruby #DB116A
Tints of Ruby #DB116A
RGB
CMYK
RGB Variations
Color information
#DB116A (or 0xDB116A) is known color: Ruby. HEX triplet: DB, 11 and 6A. RGB value is (219,17,106). Sum of RGB (Red+Green+Blue) = 219+17+106=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB116A is #24EE95. Grayscale: #575757. Windows color (decimal): -2420374 or 6951387. OLE color: 6951387.
HSL color Cylindrical-coordinate representation of color #DB116A: hue angle of 333.56º 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 #DB116A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 106 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.14 |
| HSL | 333.56º | 0.86% | 0.46% | - |
| HSV(B) | 333.56º | 0.92% | 0.86% | - |
| XYZ | 32.02 | 16.5 | 15.13 | - |
| YUV | 87.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 106 | 0 | 0.92 | 0.52 | 0.14 | 333.56 | 0.86 | 0.46 |
| Hex | DB | 11 | 6A | 0 | 5C | 34 | E | 14E | 56 | 2E |
| Octal | 333 | 21 | 152 | 0 | 134 | 64 | 16 | 516 | 126 | 56 |
| Binary | 11011011 | 10001 | 1101010 | 0 | 1011100 | 110100 | 1110 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DB116A
Complementary color
Monochromatic Colors of #DB116A
Black with #DB116A
Text Example
Text Example
White with #DB116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB116A; }
p { color: rgb(219,17,106); }
H1.HeaderClassName
{
color: #DB116A;
}
.AnyTagClassName
{
color: #DB116A;
}
</style>
background-color css
<style>
a { background-color: #DB116A; }
a { background-color: rgb(219,17,106); }
div.DivClassName
{
background-color: #DB116A;
}
.BgClassName
{
background-color: #DB116A;
}
</style>
border-color css
<style>
span { border-color: #DB116A; }
span { border-color: rgb(219,17,106); }
td.TdClassName
{
border-color: #DB116A;
}
.TagClassName
{
border-color: #DB116A;
}
</style>