Shades of Ruby #DB126E
Tints of Ruby #DB126E
RGB
CMYK
RGB Variations
Color information
#DB126E (or 0xDB126E) is known color: Ruby. HEX triplet: DB, 12 and 6E. RGB value is (219,18,110). Sum of RGB (Red+Green+Blue) = 219+18+110=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB126E is #24ED91. Grayscale: #585858. Windows color (decimal): -2420114 or 7213787. OLE color: 7213787.
HSL color Cylindrical-coordinate representation of color #DB126E: hue angle of 332.54º degrees, saturation: 0.85, 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 #DB126E is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 110 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.14 |
| HSL | 332.54º | 0.85% | 0.46% | - |
| HSV(B) | 332.54º | 0.92% | 0.86% | - |
| XYZ | 32.24 | 16.62 | 16.26 | - |
| YUV | 88.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 110 | 0 | 0.92 | 0.50 | 0.14 | 332.54 | 0.85 | 0.46 |
| Hex | DB | 12 | 6E | 0 | 5C | 32 | E | 14D | 55 | 2E |
| Octal | 333 | 22 | 156 | 0 | 134 | 62 | 16 | 515 | 125 | 56 |
| Binary | 11011011 | 10010 | 1101110 | 0 | 1011100 | 110010 | 1110 | 101001101 | 1010101 | 101110 |
Color Harmonies of #DB126E
Complementary color
Monochromatic Colors of #DB126E
Black with #DB126E
Text Example
Text Example
White with #DB126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB126E; }
p { color: rgb(219,18,110); }
H1.HeaderClassName
{
color: #DB126E;
}
.AnyTagClassName
{
color: #DB126E;
}
</style>
background-color css
<style>
a { background-color: #DB126E; }
a { background-color: rgb(219,18,110); }
div.DivClassName
{
background-color: #DB126E;
}
.BgClassName
{
background-color: #DB126E;
}
</style>
border-color css
<style>
span { border-color: #DB126E; }
span { border-color: rgb(219,18,110); }
td.TdClassName
{
border-color: #DB126E;
}
.TagClassName
{
border-color: #DB126E;
}
</style>