Shades of Ruby #DB1175
Tints of Ruby #DB1175
RGB
CMYK
RGB Variations
Color information
#DB1175 (or 0xDB1175) is known color: Ruby. HEX triplet: DB, 11 and 75. RGB value is (219,17,117). Sum of RGB (Red+Green+Blue) = 219+17+117=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1175 is #24EE8A. Grayscale: #585858. Windows color (decimal): -2420363 or 7672283. OLE color: 7672283.
HSL color Cylindrical-coordinate representation of color #DB1175: hue angle of 330.3º 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 #DB1175 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 117 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.14 |
| HSL | 330.3º | 0.86% | 0.46% | - |
| HSV(B) | 330.3º | 0.92% | 0.86% | - |
| XYZ | 32.62 | 16.75 | 18.34 | - |
| YUV | 88.8 | 143.92 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 117 | 0 | 0.92 | 0.47 | 0.14 | 330.3 | 0.86 | 0.46 |
| Hex | DB | 11 | 75 | 0 | 5C | 2F | E | 14A | 56 | 2E |
| Octal | 333 | 21 | 165 | 0 | 134 | 57 | 16 | 512 | 126 | 56 |
| Binary | 11011011 | 10001 | 1110101 | 0 | 1011100 | 101111 | 1110 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DB1175
Complementary color
Monochromatic Colors of #DB1175
Black with #DB1175
Text Example
Text Example
White with #DB1175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1175; }
p { color: rgb(219,17,117); }
H1.HeaderClassName
{
color: #DB1175;
}
.AnyTagClassName
{
color: #DB1175;
}
</style>
background-color css
<style>
a { background-color: #DB1175; }
a { background-color: rgb(219,17,117); }
div.DivClassName
{
background-color: #DB1175;
}
.BgClassName
{
background-color: #DB1175;
}
</style>
border-color css
<style>
span { border-color: #DB1175; }
span { border-color: rgb(219,17,117); }
td.TdClassName
{
border-color: #DB1175;
}
.TagClassName
{
border-color: #DB1175;
}
</style>