Shades of Ruby #DB115C
Tints of Ruby #DB115C
RGB
CMYK
RGB Variations
Color information
#DB115C (or 0xDB115C) is known color: Ruby. HEX triplet: DB, 11 and 5C. RGB value is (219,17,92). Sum of RGB (Red+Green+Blue) = 219+17+92=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB115C is #24EEA3. Grayscale: #555555. Windows color (decimal): -2420388 or 6033883. OLE color: 6033883.
HSL color Cylindrical-coordinate representation of color #DB115C: hue angle of 337.72º 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 #DB115C is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 17 | 92 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.14 |
| HSL | 337.72º | 0.86% | 0.46% | - |
| HSV(B) | 337.72º | 0.92% | 0.86% | - |
| XYZ | 31.35 | 16.23 | 11.61 | - |
| YUV | 85.95 | 131.42 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 17 | 92 | 0 | 0.92 | 0.58 | 0.14 | 337.72 | 0.86 | 0.46 |
| Hex | DB | 11 | 5C | 0 | 5C | 3A | E | 152 | 56 | 2E |
| Octal | 333 | 21 | 134 | 0 | 134 | 72 | 16 | 522 | 126 | 56 |
| Binary | 11011011 | 10001 | 1011100 | 0 | 1011100 | 111010 | 1110 | 101010010 | 1010110 | 101110 |
Color Harmonies of #DB115C
Complementary color
Monochromatic Colors of #DB115C
Black with #DB115C
Text Example
Text Example
White with #DB115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB115C; }
p { color: rgb(219,17,92); }
H1.HeaderClassName
{
color: #DB115C;
}
.AnyTagClassName
{
color: #DB115C;
}
</style>
background-color css
<style>
a { background-color: #DB115C; }
a { background-color: rgb(219,17,92); }
div.DivClassName
{
background-color: #DB115C;
}
.BgClassName
{
background-color: #DB115C;
}
</style>
border-color css
<style>
span { border-color: #DB115C; }
span { border-color: rgb(219,17,92); }
td.TdClassName
{
border-color: #DB115C;
}
.TagClassName
{
border-color: #DB115C;
}
</style>