Shades of Ruby #DB1560
Tints of Ruby #DB1560
RGB
CMYK
RGB Variations
Color information
#DB1560 (or 0xDB1560) is known color: Ruby. HEX triplet: DB, 15 and 60. RGB value is (219,21,96). Sum of RGB (Red+Green+Blue) = 219+21+96=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1560 is #24EA9F. Grayscale: #585858. Windows color (decimal): -2419360 or 6297051. OLE color: 6297051.
HSL color Cylindrical-coordinate representation of color #DB1560: hue angle of 337.27º 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 #DB1560 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 96 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.14 |
| HSL | 337.27º | 0.83% | 0.47% | - |
| HSV(B) | 337.27º | 0.9% | 0.86% | - |
| XYZ | 31.59 | 16.44 | 12.57 | - |
| YUV | 88.75 | 132.1 | 220.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 96 | 0 | 0.90 | 0.56 | 0.14 | 337.27 | 0.83 | 0.47 |
| Hex | DB | 15 | 60 | 0 | 5A | 38 | E | 151 | 52 | 2F |
| Octal | 333 | 25 | 140 | 0 | 132 | 70 | 16 | 521 | 122 | 57 |
| Binary | 11011011 | 10101 | 1100000 | 0 | 1011010 | 111000 | 1110 | 101010001 | 1010010 | 101111 |
Color Harmonies of #DB1560
Complementary color
Monochromatic Colors of #DB1560
Black with #DB1560
Text Example
Text Example
White with #DB1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1560; }
p { color: rgb(219,21,96); }
H1.HeaderClassName
{
color: #DB1560;
}
.AnyTagClassName
{
color: #DB1560;
}
</style>
background-color css
<style>
a { background-color: #DB1560; }
a { background-color: rgb(219,21,96); }
div.DivClassName
{
background-color: #DB1560;
}
.BgClassName
{
background-color: #DB1560;
}
</style>
border-color css
<style>
span { border-color: #DB1560; }
span { border-color: rgb(219,21,96); }
td.TdClassName
{
border-color: #DB1560;
}
.TagClassName
{
border-color: #DB1560;
}
</style>