Shades of Ruby #DB155C
Tints of Ruby #DB155C
RGB
CMYK
RGB Variations
Color information
#DB155C (or 0xDB155C) is known color: Ruby. HEX triplet: DB, 15 and 5C. RGB value is (219,21,92). Sum of RGB (Red+Green+Blue) = 219+21+92=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB155C is #24EAA3. Grayscale: #585858. Windows color (decimal): -2419364 or 6034907. OLE color: 6034907.
HSL color Cylindrical-coordinate representation of color #DB155C: hue angle of 338.48º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB155C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 92 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.14 |
| HSL | 338.48º | 0.83% | 0.47% | - |
| HSV(B) | 338.48º | 0.9% | 0.86% | - |
| XYZ | 31.41 | 16.37 | 11.63 | - |
| YUV | 88.3 | 130.1 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 92 | 0 | 0.90 | 0.58 | 0.14 | 338.48 | 0.83 | 0.47 |
| Hex | DB | 15 | 5C | 0 | 5A | 3A | E | 152 | 52 | 2F |
| Octal | 333 | 25 | 134 | 0 | 132 | 72 | 16 | 522 | 122 | 57 |
| Binary | 11011011 | 10101 | 1011100 | 0 | 1011010 | 111010 | 1110 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DB155C
Complementary color
Monochromatic Colors of #DB155C
Black with #DB155C
Text Example
Text Example
White with #DB155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB155C; }
p { color: rgb(219,21,92); }
H1.HeaderClassName
{
color: #DB155C;
}
.AnyTagClassName
{
color: #DB155C;
}
</style>
background-color css
<style>
a { background-color: #DB155C; }
a { background-color: rgb(219,21,92); }
div.DivClassName
{
background-color: #DB155C;
}
.BgClassName
{
background-color: #DB155C;
}
</style>
border-color css
<style>
span { border-color: #DB155C; }
span { border-color: rgb(219,21,92); }
td.TdClassName
{
border-color: #DB155C;
}
.TagClassName
{
border-color: #DB155C;
}
</style>