Shades of Ruby #DB1550
Tints of Ruby #DB1550
RGB
CMYK
RGB Variations
Color information
#DB1550 (or 0xDB1550) is known color: Ruby. HEX triplet: DB, 15 and 50. RGB value is (219,21,80). Sum of RGB (Red+Green+Blue) = 219+21+80=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1550 is #24EAAF. Grayscale: #565656. Windows color (decimal): -2419376 or 5248475. OLE color: 5248475.
HSL color Cylindrical-coordinate representation of color #DB1550: hue angle of 342.12º 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 #DB1550 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 80 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.14 |
| HSL | 342.12º | 0.83% | 0.47% | - |
| HSV(B) | 342.12º | 0.9% | 0.86% | - |
| XYZ | 30.93 | 16.18 | 9.08 | - |
| YUV | 86.93 | 124.1 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 80 | 0 | 0.90 | 0.63 | 0.14 | 342.12 | 0.83 | 0.47 |
| Hex | DB | 15 | 50 | 0 | 5A | 3F | E | 156 | 52 | 2F |
| Octal | 333 | 25 | 120 | 0 | 132 | 77 | 16 | 526 | 122 | 57 |
| Binary | 11011011 | 10101 | 1010000 | 0 | 1011010 | 111111 | 1110 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DB1550
Complementary color
Monochromatic Colors of #DB1550
Black with #DB1550
Text Example
Text Example
White with #DB1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1550; }
p { color: rgb(219,21,80); }
H1.HeaderClassName
{
color: #DB1550;
}
.AnyTagClassName
{
color: #DB1550;
}
</style>
background-color css
<style>
a { background-color: #DB1550; }
a { background-color: rgb(219,21,80); }
div.DivClassName
{
background-color: #DB1550;
}
.BgClassName
{
background-color: #DB1550;
}
</style>
border-color css
<style>
span { border-color: #DB1550; }
span { border-color: rgb(219,21,80); }
td.TdClassName
{
border-color: #DB1550;
}
.TagClassName
{
border-color: #DB1550;
}
</style>