Shades of Ruby #DB1156
Tints of Ruby #DB1156
RGB
CMYK
RGB Variations
Color information
#DB1156 (or 0xDB1156) is known color: Ruby. HEX triplet: DB, 11 and 56. RGB value is (219,17,86). Sum of RGB (Red+Green+Blue) = 219+17+86=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1156 is #24EEA9. Grayscale: #555555. Windows color (decimal): -2420394 or 5640667. OLE color: 5640667.
HSL color Cylindrical-coordinate representation of color #DB1156: hue angle of 339.5º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1156 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.14 |
| HSL | 339.5º | 0.86% | 0.46% | - |
| HSV(B) | 339.5º | 0.92% | 0.86% | - |
| XYZ | 31.09 | 16.13 | 10.28 | - |
| YUV | 85.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 86 | 0 | 0.92 | 0.61 | 0.14 | 339.5 | 0.86 | 0.46 |
| Hex | DB | 11 | 56 | 0 | 5C | 3D | E | 154 | 56 | 2E |
| Octal | 333 | 21 | 126 | 0 | 134 | 75 | 16 | 524 | 126 | 56 |
| Binary | 11011011 | 10001 | 1010110 | 0 | 1011100 | 111101 | 1110 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DB1156
Complementary color
Monochromatic Colors of #DB1156
Black with #DB1156
Text Example
Text Example
White with #DB1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1156; }
p { color: rgb(219,17,86); }
H1.HeaderClassName
{
color: #DB1156;
}
.AnyTagClassName
{
color: #DB1156;
}
</style>
background-color css
<style>
a { background-color: #DB1156; }
a { background-color: rgb(219,17,86); }
div.DivClassName
{
background-color: #DB1156;
}
.BgClassName
{
background-color: #DB1156;
}
</style>
border-color css
<style>
span { border-color: #DB1156; }
span { border-color: rgb(219,17,86); }
td.TdClassName
{
border-color: #DB1156;
}
.TagClassName
{
border-color: #DB1156;
}
</style>