Shades of Ruby #DB126B
Tints of Ruby #DB126B
RGB
CMYK
RGB Variations
Color information
#DB126B (or 0xDB126B) is known color: Ruby. HEX triplet: DB, 12 and 6B. RGB value is (219,18,107). Sum of RGB (Red+Green+Blue) = 219+18+107=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB126B is #24ED94. Grayscale: #585858. Windows color (decimal): -2420117 or 7017179. OLE color: 7017179.
HSL color Cylindrical-coordinate representation of color #DB126B: hue angle of 333.43º 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 #DB126B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 107 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.14 |
| HSL | 333.43º | 0.85% | 0.46% | - |
| HSV(B) | 333.43º | 0.92% | 0.86% | - |
| XYZ | 32.08 | 16.55 | 15.41 | - |
| YUV | 88.25 | 138.59 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 107 | 0 | 0.92 | 0.51 | 0.14 | 333.43 | 0.85 | 0.46 |
| Hex | DB | 12 | 6B | 0 | 5C | 33 | E | 14D | 55 | 2E |
| Octal | 333 | 22 | 153 | 0 | 134 | 63 | 16 | 515 | 125 | 56 |
| Binary | 11011011 | 10010 | 1101011 | 0 | 1011100 | 110011 | 1110 | 101001101 | 1010101 | 101110 |
Color Harmonies of #DB126B
Complementary color
Monochromatic Colors of #DB126B
Black with #DB126B
Text Example
Text Example
White with #DB126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB126B; }
p { color: rgb(219,18,107); }
H1.HeaderClassName
{
color: #DB126B;
}
.AnyTagClassName
{
color: #DB126B;
}
</style>
background-color css
<style>
a { background-color: #DB126B; }
a { background-color: rgb(219,18,107); }
div.DivClassName
{
background-color: #DB126B;
}
.BgClassName
{
background-color: #DB126B;
}
</style>
border-color css
<style>
span { border-color: #DB126B; }
span { border-color: rgb(219,18,107); }
td.TdClassName
{
border-color: #DB126B;
}
.TagClassName
{
border-color: #DB126B;
}
</style>