Shades of Ruby #DB0E64
Tints of Ruby #DB0E64
RGB
CMYK
RGB Variations
Color information
#DB0E64 (or 0xDB0E64) is known color: Ruby. HEX triplet: DB, 0E and 64. RGB value is (219,14,100). Sum of RGB (Red+Green+Blue) = 219+14+100=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E64 is #24F19B. Grayscale: #545454. Windows color (decimal): -2421148 or 6557403. OLE color: 6557403.
HSL color Cylindrical-coordinate representation of color #DB0E64: hue angle of 334.83º 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 #DB0E64 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 100 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.14 |
| HSL | 334.83º | 0.88% | 0.46% | - |
| HSV(B) | 334.83º | 0.94% | 0.86% | - |
| XYZ | 31.67 | 16.29 | 13.53 | - |
| YUV | 85.1 | 136.42 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 100 | 0 | 0.94 | 0.54 | 0.14 | 334.83 | 0.88 | 0.46 |
| Hex | DB | E | 64 | 0 | 5E | 36 | E | 14F | 58 | 2E |
| Octal | 333 | 16 | 144 | 0 | 136 | 66 | 16 | 517 | 130 | 56 |
| Binary | 11011011 | 1110 | 1100100 | 0 | 1011110 | 110110 | 1110 | 101001111 | 1011000 | 101110 |
Color Harmonies of #DB0E64
Complementary color
Monochromatic Colors of #DB0E64
Black with #DB0E64
Text Example
Text Example
White with #DB0E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E64; }
p { color: rgb(219,14,100); }
H1.HeaderClassName
{
color: #DB0E64;
}
.AnyTagClassName
{
color: #DB0E64;
}
</style>
background-color css
<style>
a { background-color: #DB0E64; }
a { background-color: rgb(219,14,100); }
div.DivClassName
{
background-color: #DB0E64;
}
.BgClassName
{
background-color: #DB0E64;
}
</style>
border-color css
<style>
span { border-color: #DB0E64; }
span { border-color: rgb(219,14,100); }
td.TdClassName
{
border-color: #DB0E64;
}
.TagClassName
{
border-color: #DB0E64;
}
</style>