Shades of Ruby #DB1173
Tints of Ruby #DB1173
RGB
CMYK
RGB Variations
Color information
#DB1173 (or 0xDB1173) is known color: Ruby. HEX triplet: DB, 11 and 73. RGB value is (219,17,115). Sum of RGB (Red+Green+Blue) = 219+17+115=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1173 is #24EE8C. Grayscale: #585858. Windows color (decimal): -2420365 or 7541211. OLE color: 7541211.
HSL color Cylindrical-coordinate representation of color #DB1173: hue angle of 330.89º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1173 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 115 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.14 |
| HSL | 330.89º | 0.86% | 0.46% | - |
| HSV(B) | 330.89º | 0.92% | 0.86% | - |
| XYZ | 32.51 | 16.7 | 17.73 | - |
| YUV | 88.57 | 142.92 | 221.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 115 | 0 | 0.92 | 0.47 | 0.14 | 330.89 | 0.86 | 0.46 |
| Hex | DB | 11 | 73 | 0 | 5C | 2F | E | 14B | 56 | 2E |
| Octal | 333 | 21 | 163 | 0 | 134 | 57 | 16 | 513 | 126 | 56 |
| Binary | 11011011 | 10001 | 1110011 | 0 | 1011100 | 101111 | 1110 | 101001011 | 1010110 | 101110 |
Color Harmonies of #DB1173
Complementary color
Monochromatic Colors of #DB1173
Black with #DB1173
Text Example
Text Example
White with #DB1173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1173; }
p { color: rgb(219,17,115); }
H1.HeaderClassName
{
color: #DB1173;
}
.AnyTagClassName
{
color: #DB1173;
}
</style>
background-color css
<style>
a { background-color: #DB1173; }
a { background-color: rgb(219,17,115); }
div.DivClassName
{
background-color: #DB1173;
}
.BgClassName
{
background-color: #DB1173;
}
</style>
border-color css
<style>
span { border-color: #DB1173; }
span { border-color: rgb(219,17,115); }
td.TdClassName
{
border-color: #DB1173;
}
.TagClassName
{
border-color: #DB1173;
}
</style>