Shades of Ruby #DB155A
Tints of Ruby #DB155A
RGB
CMYK
RGB Variations
Color information
#DB155A (or 0xDB155A) is known color: Ruby. HEX triplet: DB, 15 and 5A. RGB value is (219,21,90). Sum of RGB (Red+Green+Blue) = 219+21+90=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB155A is #24EAA5. Grayscale: #575757. Windows color (decimal): -2419366 or 5903835. OLE color: 5903835.
HSL color Cylindrical-coordinate representation of color #DB155A: hue angle of 339.09º 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 #DB155A is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 90 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.14 |
| HSL | 339.09º | 0.83% | 0.47% | - |
| HSV(B) | 339.09º | 0.9% | 0.86% | - |
| XYZ | 31.33 | 16.33 | 11.17 | - |
| YUV | 88.07 | 129.1 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 90 | 0 | 0.90 | 0.59 | 0.14 | 339.09 | 0.83 | 0.47 |
| Hex | DB | 15 | 5A | 0 | 5A | 3B | E | 153 | 52 | 2F |
| Octal | 333 | 25 | 132 | 0 | 132 | 73 | 16 | 523 | 122 | 57 |
| Binary | 11011011 | 10101 | 1011010 | 0 | 1011010 | 111011 | 1110 | 101010011 | 1010010 | 101111 |
Color Harmonies of #DB155A
Complementary color
Monochromatic Colors of #DB155A
Black with #DB155A
Text Example
Text Example
White with #DB155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB155A; }
p { color: rgb(219,21,90); }
H1.HeaderClassName
{
color: #DB155A;
}
.AnyTagClassName
{
color: #DB155A;
}
</style>
background-color css
<style>
a { background-color: #DB155A; }
a { background-color: rgb(219,21,90); }
div.DivClassName
{
background-color: #DB155A;
}
.BgClassName
{
background-color: #DB155A;
}
</style>
border-color css
<style>
span { border-color: #DB155A; }
span { border-color: rgb(219,21,90); }
td.TdClassName
{
border-color: #DB155A;
}
.TagClassName
{
border-color: #DB155A;
}
</style>