Shades of Ruby #DB1556
Tints of Ruby #DB1556
RGB
CMYK
RGB Variations
Color information
#DB1556 (or 0xDB1556) is known color: Ruby. HEX triplet: DB, 15 and 56. RGB value is (219,21,86). Sum of RGB (Red+Green+Blue) = 219+21+86=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1556 is #24EAA9. Grayscale: #575757. Windows color (decimal): -2419370 or 5641691. OLE color: 5641691.
HSL color Cylindrical-coordinate representation of color #DB1556: hue angle of 340.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1556 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.14 |
| HSL | 340.3º | 0.83% | 0.47% | - |
| HSV(B) | 340.3º | 0.9% | 0.86% | - |
| XYZ | 31.16 | 16.27 | 10.3 | - |
| YUV | 87.61 | 127.1 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 86 | 0 | 0.90 | 0.61 | 0.14 | 340.3 | 0.83 | 0.47 |
| Hex | DB | 15 | 56 | 0 | 5A | 3D | E | 154 | 52 | 2F |
| Octal | 333 | 25 | 126 | 0 | 132 | 75 | 16 | 524 | 122 | 57 |
| Binary | 11011011 | 10101 | 1010110 | 0 | 1011010 | 111101 | 1110 | 101010100 | 1010010 | 101111 |
Color Harmonies of #DB1556
Complementary color
Monochromatic Colors of #DB1556
Black with #DB1556
Text Example
Text Example
White with #DB1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1556; }
p { color: rgb(219,21,86); }
H1.HeaderClassName
{
color: #DB1556;
}
.AnyTagClassName
{
color: #DB1556;
}
</style>
background-color css
<style>
a { background-color: #DB1556; }
a { background-color: rgb(219,21,86); }
div.DivClassName
{
background-color: #DB1556;
}
.BgClassName
{
background-color: #DB1556;
}
</style>
border-color css
<style>
span { border-color: #DB1556; }
span { border-color: rgb(219,21,86); }
td.TdClassName
{
border-color: #DB1556;
}
.TagClassName
{
border-color: #DB1556;
}
</style>