Shades of Ruby #DB1959
Tints of Ruby #DB1959
RGB
CMYK
RGB Variations
Color information
#DB1959 (or 0xDB1959) is known color: Ruby. HEX triplet: DB, 19 and 59. RGB value is (219,25,89). Sum of RGB (Red+Green+Blue) = 219+25+89=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1959 is #24E6A6. Grayscale: #5A5A5A. Windows color (decimal): -2418343 or 5839323. OLE color: 5839323.
HSL color Cylindrical-coordinate representation of color #DB1959: hue angle of 340.21º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1959 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 89 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.14 |
| HSL | 340.21º | 0.8% | 0.48% | - |
| HSV(B) | 340.21º | 0.89% | 0.86% | - |
| XYZ | 31.36 | 16.48 | 10.98 | - |
| YUV | 90.3 | 127.27 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 89 | 0 | 0.89 | 0.59 | 0.14 | 340.21 | 0.8 | 0.48 |
| Hex | DB | 19 | 59 | 0 | 59 | 3B | E | 154 | 50 | 30 |
| Octal | 333 | 31 | 131 | 0 | 131 | 73 | 16 | 524 | 120 | 60 |
| Binary | 11011011 | 11001 | 1011001 | 0 | 1011001 | 111011 | 1110 | 101010100 | 1010000 | 110000 |
Color Harmonies of #DB1959
Complementary color
Monochromatic Colors of #DB1959
Black with #DB1959
Text Example
Text Example
White with #DB1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1959; }
p { color: rgb(219,25,89); }
H1.HeaderClassName
{
color: #DB1959;
}
.AnyTagClassName
{
color: #DB1959;
}
</style>
background-color css
<style>
a { background-color: #DB1959; }
a { background-color: rgb(219,25,89); }
div.DivClassName
{
background-color: #DB1959;
}
.BgClassName
{
background-color: #DB1959;
}
</style>
border-color css
<style>
span { border-color: #DB1959; }
span { border-color: rgb(219,25,89); }
td.TdClassName
{
border-color: #DB1959;
}
.TagClassName
{
border-color: #DB1959;
}
</style>