Shades of Ruby #DB1750
Tints of Ruby #DB1750
RGB
CMYK
RGB Variations
Color information
#DB1750 (or 0xDB1750) is known color: Ruby. HEX triplet: DB, 17 and 50. RGB value is (219,23,80). Sum of RGB (Red+Green+Blue) = 219+23+80=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1750 is #24E8AF. Grayscale: #585858. Windows color (decimal): -2418864 or 5248987. OLE color: 5248987.
HSL color Cylindrical-coordinate representation of color #DB1750: hue angle of 342.55º 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 #DB1750 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 80 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 342.55º | 0.81% | 0.47% | - |
| HSV(B) | 342.55º | 0.89% | 0.86% | - |
| XYZ | 30.97 | 16.25 | 9.09 | - |
| YUV | 88.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 80 | 0 | 0.89 | 0.63 | 0.14 | 342.55 | 0.81 | 0.47 |
| Hex | DB | 17 | 50 | 0 | 59 | 3F | E | 157 | 51 | 2F |
| Octal | 333 | 27 | 120 | 0 | 131 | 77 | 16 | 527 | 121 | 57 |
| Binary | 11011011 | 10111 | 1010000 | 0 | 1011001 | 111111 | 1110 | 101010111 | 1010001 | 101111 |
Color Harmonies of #DB1750
Complementary color
Monochromatic Colors of #DB1750
Black with #DB1750
Text Example
Text Example
White with #DB1750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1750; }
p { color: rgb(219,23,80); }
H1.HeaderClassName
{
color: #DB1750;
}
.AnyTagClassName
{
color: #DB1750;
}
</style>
background-color css
<style>
a { background-color: #DB1750; }
a { background-color: rgb(219,23,80); }
div.DivClassName
{
background-color: #DB1750;
}
.BgClassName
{
background-color: #DB1750;
}
</style>
border-color css
<style>
span { border-color: #DB1750; }
span { border-color: rgb(219,23,80); }
td.TdClassName
{
border-color: #DB1750;
}
.TagClassName
{
border-color: #DB1750;
}
</style>