Shades of Ruby #DB0E72
Tints of Ruby #DB0E72
RGB
CMYK
RGB Variations
Color information
#DB0E72 (or 0xDB0E72) is known color: Ruby. HEX triplet: DB, 0E and 72. RGB value is (219,14,114). Sum of RGB (Red+Green+Blue) = 219+14+114=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0E72 is #24F18D. Grayscale: #565656. Windows color (decimal): -2421134 or 7474907. OLE color: 7474907.
HSL color Cylindrical-coordinate representation of color #DB0E72: hue angle of 330.73º 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 #DB0E72 is Cyan = 0, Magento = 0.94, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 114 | - |
| CMYK | 0 | 0.94 | 0.48 | 0.14 |
| HSL | 330.73º | 0.88% | 0.46% | - |
| HSV(B) | 330.73º | 0.94% | 0.86% | - |
| XYZ | 32.41 | 16.59 | 17.41 | - |
| YUV | 86.7 | 143.42 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 114 | 0 | 0.94 | 0.48 | 0.14 | 330.73 | 0.88 | 0.46 |
| Hex | DB | E | 72 | 0 | 5E | 30 | E | 14B | 58 | 2E |
| Octal | 333 | 16 | 162 | 0 | 136 | 60 | 16 | 513 | 130 | 56 |
| Binary | 11011011 | 1110 | 1110010 | 0 | 1011110 | 110000 | 1110 | 101001011 | 1011000 | 101110 |
Color Harmonies of #DB0E72
Complementary color
Monochromatic Colors of #DB0E72
Black with #DB0E72
Text Example
Text Example
White with #DB0E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0E72; }
p { color: rgb(219,14,114); }
H1.HeaderClassName
{
color: #DB0E72;
}
.AnyTagClassName
{
color: #DB0E72;
}
</style>
background-color css
<style>
a { background-color: #DB0E72; }
a { background-color: rgb(219,14,114); }
div.DivClassName
{
background-color: #DB0E72;
}
.BgClassName
{
background-color: #DB0E72;
}
</style>
border-color css
<style>
span { border-color: #DB0E72; }
span { border-color: rgb(219,14,114); }
td.TdClassName
{
border-color: #DB0E72;
}
.TagClassName
{
border-color: #DB0E72;
}
</style>