Shades of Ruby #DB0E5E
Tints of Ruby #DB0E5E
RGB
CMYK
RGB Variations
Color information
#DB0E5E (or 0xDB0E5E) is known color: Ruby. HEX triplet: DB, 0E and 5E. RGB value is (219,14,94). Sum of RGB (Red+Green+Blue) = 219+14+94=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E5E is #24F1A1. Grayscale: #545454. Windows color (decimal): -2421154 or 6164187. OLE color: 6164187.
HSL color Cylindrical-coordinate representation of color #DB0E5E: hue angle of 336.59º 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 #DB0E5E is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 94 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.14 |
| HSL | 336.59º | 0.88% | 0.46% | - |
| HSV(B) | 336.59º | 0.94% | 0.86% | - |
| XYZ | 31.39 | 16.18 | 12.06 | - |
| YUV | 84.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 94 | 0 | 0.94 | 0.57 | 0.14 | 336.59 | 0.88 | 0.46 |
| Hex | DB | E | 5E | 0 | 5E | 39 | E | 151 | 58 | 2E |
| Octal | 333 | 16 | 136 | 0 | 136 | 71 | 16 | 521 | 130 | 56 |
| Binary | 11011011 | 1110 | 1011110 | 0 | 1011110 | 111001 | 1110 | 101010001 | 1011000 | 101110 |
Color Harmonies of #DB0E5E
Complementary color
Monochromatic Colors of #DB0E5E
Black with #DB0E5E
Text Example
Text Example
White with #DB0E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E5E; }
p { color: rgb(219,14,94); }
H1.HeaderClassName
{
color: #DB0E5E;
}
.AnyTagClassName
{
color: #DB0E5E;
}
</style>
background-color css
<style>
a { background-color: #DB0E5E; }
a { background-color: rgb(219,14,94); }
div.DivClassName
{
background-color: #DB0E5E;
}
.BgClassName
{
background-color: #DB0E5E;
}
</style>
border-color css
<style>
span { border-color: #DB0E5E; }
span { border-color: rgb(219,14,94); }
td.TdClassName
{
border-color: #DB0E5E;
}
.TagClassName
{
border-color: #DB0E5E;
}
</style>