Shades of Ruby #DB115D
Tints of Ruby #DB115D
RGB
CMYK
RGB Variations
Color information
#DB115D (or 0xDB115D) is known color: Ruby. HEX triplet: DB, 11 and 5D. RGB value is (219,17,93). Sum of RGB (Red+Green+Blue) = 219+17+93=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB115D is #24EEA2. Grayscale: #555555. Windows color (decimal): -2420387 or 6099419. OLE color: 6099419.
HSL color Cylindrical-coordinate representation of color #DB115D: hue angle of 337.43º 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 #DB115D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 93 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.14 |
| HSL | 337.43º | 0.86% | 0.46% | - |
| HSV(B) | 337.43º | 0.92% | 0.86% | - |
| XYZ | 31.39 | 16.25 | 11.84 | - |
| YUV | 86.06 | 131.92 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 93 | 0 | 0.92 | 0.58 | 0.14 | 337.43 | 0.86 | 0.46 |
| Hex | DB | 11 | 5D | 0 | 5C | 3A | E | 151 | 56 | 2E |
| Octal | 333 | 21 | 135 | 0 | 134 | 72 | 16 | 521 | 126 | 56 |
| Binary | 11011011 | 10001 | 1011101 | 0 | 1011100 | 111010 | 1110 | 101010001 | 1010110 | 101110 |
Color Harmonies of #DB115D
Complementary color
Monochromatic Colors of #DB115D
Black with #DB115D
Text Example
Text Example
White with #DB115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB115D; }
p { color: rgb(219,17,93); }
H1.HeaderClassName
{
color: #DB115D;
}
.AnyTagClassName
{
color: #DB115D;
}
</style>
background-color css
<style>
a { background-color: #DB115D; }
a { background-color: rgb(219,17,93); }
div.DivClassName
{
background-color: #DB115D;
}
.BgClassName
{
background-color: #DB115D;
}
</style>
border-color css
<style>
span { border-color: #DB115D; }
span { border-color: rgb(219,17,93); }
td.TdClassName
{
border-color: #DB115D;
}
.TagClassName
{
border-color: #DB115D;
}
</style>