Shades of Ruby #DB1060
Tints of Ruby #DB1060
RGB
CMYK
RGB Variations
Color information
#DB1060 (or 0xDB1060) is known color: Ruby. HEX triplet: DB, 10 and 60. RGB value is (219,16,96). Sum of RGB (Red+Green+Blue) = 219+16+96=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1060 is #24EF9F. Grayscale: #555555. Windows color (decimal): -2420640 or 6295771. OLE color: 6295771.
HSL color Cylindrical-coordinate representation of color #DB1060: hue angle of 336.35º 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 #DB1060 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.14 |
| HSL | 336.35º | 0.86% | 0.46% | - |
| HSV(B) | 336.35º | 0.93% | 0.86% | - |
| XYZ | 31.51 | 16.28 | 12.55 | - |
| YUV | 85.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 96 | 0 | 0.93 | 0.56 | 0.14 | 336.35 | 0.86 | 0.46 |
| Hex | DB | 10 | 60 | 0 | 5D | 38 | E | 150 | 56 | 2E |
| Octal | 333 | 20 | 140 | 0 | 135 | 70 | 16 | 520 | 126 | 56 |
| Binary | 11011011 | 10000 | 1100000 | 0 | 1011101 | 111000 | 1110 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DB1060
Complementary color
Monochromatic Colors of #DB1060
Black with #DB1060
Text Example
Text Example
White with #DB1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1060; }
p { color: rgb(219,16,96); }
H1.HeaderClassName
{
color: #DB1060;
}
.AnyTagClassName
{
color: #DB1060;
}
</style>
background-color css
<style>
a { background-color: #DB1060; }
a { background-color: rgb(219,16,96); }
div.DivClassName
{
background-color: #DB1060;
}
.BgClassName
{
background-color: #DB1060;
}
</style>
border-color css
<style>
span { border-color: #DB1060; }
span { border-color: rgb(219,16,96); }
td.TdClassName
{
border-color: #DB1060;
}
.TagClassName
{
border-color: #DB1060;
}
</style>