Shades of Ruby #DB0E5B
Tints of Ruby #DB0E5B
RGB
CMYK
RGB Variations
Color information
#DB0E5B (or 0xDB0E5B) is known color: Ruby. HEX triplet: DB, 0E and 5B. RGB value is (219,14,91). Sum of RGB (Red+Green+Blue) = 219+14+91=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E5B is #24F1A4. Grayscale: #535353. Windows color (decimal): -2421157 or 5967579. OLE color: 5967579.
HSL color Cylindrical-coordinate representation of color #DB0E5B: hue angle of 337.46º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0E5B is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 91 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.14 |
| HSL | 337.46º | 0.88% | 0.46% | - |
| HSV(B) | 337.46º | 0.94% | 0.86% | - |
| XYZ | 31.26 | 16.13 | 11.36 | - |
| YUV | 84.07 | 131.92 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 91 | 0 | 0.94 | 0.58 | 0.14 | 337.46 | 0.88 | 0.46 |
| Hex | DB | E | 5B | 0 | 5E | 3A | E | 151 | 58 | 2E |
| Octal | 333 | 16 | 133 | 0 | 136 | 72 | 16 | 521 | 130 | 56 |
| Binary | 11011011 | 1110 | 1011011 | 0 | 1011110 | 111010 | 1110 | 101010001 | 1011000 | 101110 |
Color Harmonies of #DB0E5B
Complementary color
Monochromatic Colors of #DB0E5B
Black with #DB0E5B
Text Example
Text Example
White with #DB0E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E5B; }
p { color: rgb(219,14,91); }
H1.HeaderClassName
{
color: #DB0E5B;
}
.AnyTagClassName
{
color: #DB0E5B;
}
</style>
background-color css
<style>
a { background-color: #DB0E5B; }
a { background-color: rgb(219,14,91); }
div.DivClassName
{
background-color: #DB0E5B;
}
.BgClassName
{
background-color: #DB0E5B;
}
</style>
border-color css
<style>
span { border-color: #DB0E5B; }
span { border-color: rgb(219,14,91); }
td.TdClassName
{
border-color: #DB0E5B;
}
.TagClassName
{
border-color: #DB0E5B;
}
</style>