Shades of Ruby #DB1054
Tints of Ruby #DB1054
RGB
CMYK
RGB Variations
Color information
#DB1054 (or 0xDB1054) is known color: Ruby. HEX triplet: DB, 10 and 54. RGB value is (219,16,84). Sum of RGB (Red+Green+Blue) = 219+16+84=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1054 is #24EFAB. Grayscale: #545454. Windows color (decimal): -2420652 or 5509339. OLE color: 5509339.
HSL color Cylindrical-coordinate representation of color #DB1054: hue angle of 339.9º degrees, saturation: 0.86, 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 #DB1054 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 84 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.14 |
| HSL | 339.9º | 0.86% | 0.46% | - |
| HSV(B) | 339.9º | 0.93% | 0.86% | - |
| XYZ | 31 | 16.07 | 9.86 | - |
| YUV | 84.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 84 | 0 | 0.93 | 0.62 | 0.14 | 339.9 | 0.86 | 0.46 |
| Hex | DB | 10 | 54 | 0 | 5D | 3E | E | 154 | 56 | 2E |
| Octal | 333 | 20 | 124 | 0 | 135 | 76 | 16 | 524 | 126 | 56 |
| Binary | 11011011 | 10000 | 1010100 | 0 | 1011101 | 111110 | 1110 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DB1054
Complementary color
Monochromatic Colors of #DB1054
Black with #DB1054
Text Example
Text Example
White with #DB1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1054; }
p { color: rgb(219,16,84); }
H1.HeaderClassName
{
color: #DB1054;
}
.AnyTagClassName
{
color: #DB1054;
}
</style>
background-color css
<style>
a { background-color: #DB1054; }
a { background-color: rgb(219,16,84); }
div.DivClassName
{
background-color: #DB1054;
}
.BgClassName
{
background-color: #DB1054;
}
</style>
border-color css
<style>
span { border-color: #DB1054; }
span { border-color: rgb(219,16,84); }
td.TdClassName
{
border-color: #DB1054;
}
.TagClassName
{
border-color: #DB1054;
}
</style>