Shades of Ruby #DB106C
Tints of Ruby #DB106C
RGB
CMYK
RGB Variations
Color information
#DB106C (or 0xDB106C) is known color: Ruby. HEX triplet: DB, 10 and 6C. RGB value is (219,16,108). Sum of RGB (Red+Green+Blue) = 219+16+108=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB106C is #24EF93. Grayscale: #575757. Windows color (decimal): -2420628 or 7082203. OLE color: 7082203.
HSL color Cylindrical-coordinate representation of color #DB106C: hue angle of 332.81º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB106C is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.14 |
| HSL | 332.81º | 0.86% | 0.46% | - |
| HSV(B) | 332.81º | 0.93% | 0.86% | - |
| XYZ | 32.11 | 16.51 | 15.68 | - |
| YUV | 87.19 | 139.75 | 222.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 108 | 0 | 0.93 | 0.51 | 0.14 | 332.81 | 0.86 | 0.46 |
| Hex | DB | 10 | 6C | 0 | 5D | 33 | E | 14D | 56 | 2E |
| Octal | 333 | 20 | 154 | 0 | 135 | 63 | 16 | 515 | 126 | 56 |
| Binary | 11011011 | 10000 | 1101100 | 0 | 1011101 | 110011 | 1110 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DB106C
Complementary color
Monochromatic Colors of #DB106C
Black with #DB106C
Text Example
Text Example
White with #DB106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB106C; }
p { color: rgb(219,16,108); }
H1.HeaderClassName
{
color: #DB106C;
}
.AnyTagClassName
{
color: #DB106C;
}
</style>
background-color css
<style>
a { background-color: #DB106C; }
a { background-color: rgb(219,16,108); }
div.DivClassName
{
background-color: #DB106C;
}
.BgClassName
{
background-color: #DB106C;
}
</style>
border-color css
<style>
span { border-color: #DB106C; }
span { border-color: rgb(219,16,108); }
td.TdClassName
{
border-color: #DB106C;
}
.TagClassName
{
border-color: #DB106C;
}
</style>