Shades of Ruby #DB1756
Tints of Ruby #DB1756
RGB
CMYK
RGB Variations
Color information
#DB1756 (or 0xDB1756) is known color: Ruby. HEX triplet: DB, 17 and 56. RGB value is (219,23,86). Sum of RGB (Red+Green+Blue) = 219+23+86=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 86 (33.98% from 255 or 26.22% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1756 is #24E8A9. Grayscale: #585858. Windows color (decimal): -2418858 or 5642203. OLE color: 5642203.
HSL color Cylindrical-coordinate representation of color #DB1756: hue angle of 340.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1756 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.14 |
| HSL | 340.71º | 0.81% | 0.47% | - |
| HSV(B) | 340.71º | 0.89% | 0.86% | - |
| XYZ | 31.2 | 16.34 | 10.31 | - |
| YUV | 88.79 | 126.43 | 220.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 86 | 0 | 0.89 | 0.61 | 0.14 | 340.71 | 0.81 | 0.47 |
| Hex | DB | 17 | 56 | 0 | 59 | 3D | E | 155 | 51 | 2F |
| Octal | 333 | 27 | 126 | 0 | 131 | 75 | 16 | 525 | 121 | 57 |
| Binary | 11011011 | 10111 | 1010110 | 0 | 1011001 | 111101 | 1110 | 101010101 | 1010001 | 101111 |
Color Harmonies of #DB1756
Complementary color
Monochromatic Colors of #DB1756
Black with #DB1756
Text Example
Text Example
White with #DB1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1756; }
p { color: rgb(219,23,86); }
H1.HeaderClassName
{
color: #DB1756;
}
.AnyTagClassName
{
color: #DB1756;
}
</style>
background-color css
<style>
a { background-color: #DB1756; }
a { background-color: rgb(219,23,86); }
div.DivClassName
{
background-color: #DB1756;
}
.BgClassName
{
background-color: #DB1756;
}
</style>
border-color css
<style>
span { border-color: #DB1756; }
span { border-color: rgb(219,23,86); }
td.TdClassName
{
border-color: #DB1756;
}
.TagClassName
{
border-color: #DB1756;
}
</style>