Shades of Ruby #DB0F59
Tints of Ruby #DB0F59
RGB
CMYK
RGB Variations
Color information
#DB0F59 (or 0xDB0F59) is known color: Ruby. HEX triplet: DB, 0F and 59. RGB value is (219,15,89). Sum of RGB (Red+Green+Blue) = 219+15+89=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F59 is #24F0A6. Grayscale: #545454. Windows color (decimal): -2420903 or 5836763. OLE color: 5836763.
HSL color Cylindrical-coordinate representation of color #DB0F59: hue angle of 338.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0F59 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 89 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.14 |
| HSL | 338.24º | 0.87% | 0.46% | - |
| HSV(B) | 338.24º | 0.93% | 0.86% | - |
| XYZ | 31.19 | 16.12 | 10.92 | - |
| YUV | 84.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 89 | 0 | 0.93 | 0.59 | 0.14 | 338.24 | 0.87 | 0.46 |
| Hex | DB | F | 59 | 0 | 5D | 3B | E | 152 | 57 | 2E |
| Octal | 333 | 17 | 131 | 0 | 135 | 73 | 16 | 522 | 127 | 56 |
| Binary | 11011011 | 1111 | 1011001 | 0 | 1011101 | 111011 | 1110 | 101010010 | 1010111 | 101110 |
Color Harmonies of #DB0F59
Complementary color
Monochromatic Colors of #DB0F59
Black with #DB0F59
Text Example
Text Example
White with #DB0F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F59; }
p { color: rgb(219,15,89); }
H1.HeaderClassName
{
color: #DB0F59;
}
.AnyTagClassName
{
color: #DB0F59;
}
</style>
background-color css
<style>
a { background-color: #DB0F59; }
a { background-color: rgb(219,15,89); }
div.DivClassName
{
background-color: #DB0F59;
}
.BgClassName
{
background-color: #DB0F59;
}
</style>
border-color css
<style>
span { border-color: #DB0F59; }
span { border-color: rgb(219,15,89); }
td.TdClassName
{
border-color: #DB0F59;
}
.TagClassName
{
border-color: #DB0F59;
}
</style>