Shades of Ruby #DB1555
Tints of Ruby #DB1555
RGB
CMYK
RGB Variations
Color information
#DB1555 (or 0xDB1555) is known color: Ruby. HEX triplet: DB, 15 and 55. RGB value is (219,21,85). Sum of RGB (Red+Green+Blue) = 219+21+85=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1555 is #24EAAA. Grayscale: #575757. Windows color (decimal): -2419371 or 5576155. OLE color: 5576155.
HSL color Cylindrical-coordinate representation of color #DB1555: hue angle of 340.61º 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 #DB1555 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 85 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.14 |
| HSL | 340.61º | 0.83% | 0.47% | - |
| HSV(B) | 340.61º | 0.9% | 0.86% | - |
| XYZ | 31.12 | 16.25 | 10.09 | - |
| YUV | 87.5 | 126.6 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 85 | 0 | 0.90 | 0.61 | 0.14 | 340.61 | 0.83 | 0.47 |
| Hex | DB | 15 | 55 | 0 | 5A | 3D | E | 155 | 52 | 2F |
| Octal | 333 | 25 | 125 | 0 | 132 | 75 | 16 | 525 | 122 | 57 |
| Binary | 11011011 | 10101 | 1010101 | 0 | 1011010 | 111101 | 1110 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DB1555
Complementary color
Monochromatic Colors of #DB1555
Black with #DB1555
Text Example
Text Example
White with #DB1555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1555; }
p { color: rgb(219,21,85); }
H1.HeaderClassName
{
color: #DB1555;
}
.AnyTagClassName
{
color: #DB1555;
}
</style>
background-color css
<style>
a { background-color: #DB1555; }
a { background-color: rgb(219,21,85); }
div.DivClassName
{
background-color: #DB1555;
}
.BgClassName
{
background-color: #DB1555;
}
</style>
border-color css
<style>
span { border-color: #DB1555; }
span { border-color: rgb(219,21,85); }
td.TdClassName
{
border-color: #DB1555;
}
.TagClassName
{
border-color: #DB1555;
}
</style>