Shades of Ruby #DB155E
Tints of Ruby #DB155E
RGB
CMYK
RGB Variations
Color information
#DB155E (or 0xDB155E) is known color: Ruby. HEX triplet: DB, 15 and 5E. RGB value is (219,21,94). Sum of RGB (Red+Green+Blue) = 219+21+94=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB155E is #24EAA1. Grayscale: #585858. Windows color (decimal): -2419362 or 6165979. OLE color: 6165979.
HSL color Cylindrical-coordinate representation of color #DB155E: hue angle of 337.88º 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 #DB155E is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 94 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.14 |
| HSL | 337.88º | 0.83% | 0.47% | - |
| HSV(B) | 337.88º | 0.9% | 0.86% | - |
| XYZ | 31.5 | 16.4 | 12.1 | - |
| YUV | 88.52 | 131.1 | 221.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 94 | 0 | 0.90 | 0.57 | 0.14 | 337.88 | 0.83 | 0.47 |
| Hex | DB | 15 | 5E | 0 | 5A | 39 | E | 152 | 52 | 2F |
| Octal | 333 | 25 | 136 | 0 | 132 | 71 | 16 | 522 | 122 | 57 |
| Binary | 11011011 | 10101 | 1011110 | 0 | 1011010 | 111001 | 1110 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DB155E
Complementary color
Monochromatic Colors of #DB155E
Black with #DB155E
Text Example
Text Example
White with #DB155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB155E; }
p { color: rgb(219,21,94); }
H1.HeaderClassName
{
color: #DB155E;
}
.AnyTagClassName
{
color: #DB155E;
}
</style>
background-color css
<style>
a { background-color: #DB155E; }
a { background-color: rgb(219,21,94); }
div.DivClassName
{
background-color: #DB155E;
}
.BgClassName
{
background-color: #DB155E;
}
</style>
border-color css
<style>
span { border-color: #DB155E; }
span { border-color: rgb(219,21,94); }
td.TdClassName
{
border-color: #DB155E;
}
.TagClassName
{
border-color: #DB155E;
}
</style>