Shades of Ruby #DB106E
Tints of Ruby #DB106E
RGB
CMYK
RGB Variations
Color information
#DB106E (or 0xDB106E) is known color: Ruby. HEX triplet: DB, 10 and 6E. RGB value is (219,16,110). Sum of RGB (Red+Green+Blue) = 219+16+110=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB106E is #24EF91. Grayscale: #575757. Windows color (decimal): -2420626 or 7213275. OLE color: 7213275.
HSL color Cylindrical-coordinate representation of color #DB106E: hue angle of 332.22º 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 #DB106E is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.14 |
| HSL | 332.22º | 0.86% | 0.46% | - |
| HSV(B) | 332.22º | 0.93% | 0.86% | - |
| XYZ | 32.21 | 16.56 | 16.25 | - |
| YUV | 87.41 | 140.75 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 110 | 0 | 0.93 | 0.50 | 0.14 | 332.22 | 0.86 | 0.46 |
| Hex | DB | 10 | 6E | 0 | 5D | 32 | E | 14C | 56 | 2E |
| Octal | 333 | 20 | 156 | 0 | 135 | 62 | 16 | 514 | 126 | 56 |
| Binary | 11011011 | 10000 | 1101110 | 0 | 1011101 | 110010 | 1110 | 101001100 | 1010110 | 101110 |
Color Harmonies of #DB106E
Complementary color
Monochromatic Colors of #DB106E
Black with #DB106E
Text Example
Text Example
White with #DB106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB106E; }
p { color: rgb(219,16,110); }
H1.HeaderClassName
{
color: #DB106E;
}
.AnyTagClassName
{
color: #DB106E;
}
</style>
background-color css
<style>
a { background-color: #DB106E; }
a { background-color: rgb(219,16,110); }
div.DivClassName
{
background-color: #DB106E;
}
.BgClassName
{
background-color: #DB106E;
}
</style>
border-color css
<style>
span { border-color: #DB106E; }
span { border-color: rgb(219,16,110); }
td.TdClassName
{
border-color: #DB106E;
}
.TagClassName
{
border-color: #DB106E;
}
</style>