Shades of Ruby #DB1056
Tints of Ruby #DB1056
RGB
CMYK
RGB Variations
Color information
#DB1056 (or 0xDB1056) is known color: Ruby. HEX triplet: DB, 10 and 56. RGB value is (219,16,86). Sum of RGB (Red+Green+Blue) = 219+16+86=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1056 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1056 is #24EFA9. Grayscale: #545454. Windows color (decimal): -2420650 or 5640411. OLE color: 5640411.
HSL color Cylindrical-coordinate representation of color #DB1056: hue angle of 339.31º 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 #DB1056 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.14 |
| HSL | 339.31º | 0.86% | 0.46% | - |
| HSV(B) | 339.31º | 0.93% | 0.86% | - |
| XYZ | 31.08 | 16.1 | 10.27 | - |
| YUV | 84.68 | 128.75 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 86 | 0 | 0.93 | 0.61 | 0.14 | 339.31 | 0.86 | 0.46 |
| Hex | DB | 10 | 56 | 0 | 5D | 3D | E | 153 | 56 | 2E |
| Octal | 333 | 20 | 126 | 0 | 135 | 75 | 16 | 523 | 126 | 56 |
| Binary | 11011011 | 10000 | 1010110 | 0 | 1011101 | 111101 | 1110 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DB1056
Complementary color
Monochromatic Colors of #DB1056
Black with #DB1056
Text Example
Text Example
White with #DB1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1056; }
p { color: rgb(219,16,86); }
H1.HeaderClassName
{
color: #DB1056;
}
.AnyTagClassName
{
color: #DB1056;
}
</style>
background-color css
<style>
a { background-color: #DB1056; }
a { background-color: rgb(219,16,86); }
div.DivClassName
{
background-color: #DB1056;
}
.BgClassName
{
background-color: #DB1056;
}
</style>
border-color css
<style>
span { border-color: #DB1056; }
span { border-color: rgb(219,16,86); }
td.TdClassName
{
border-color: #DB1056;
}
.TagClassName
{
border-color: #DB1056;
}
</style>