Shades of Ruby #DB1655
Tints of Ruby #DB1655
RGB
CMYK
RGB Variations
Color information
#DB1655 (or 0xDB1655) is known color: Ruby. HEX triplet: DB, 16 and 55. RGB value is (219,22,85). Sum of RGB (Red+Green+Blue) = 219+22+85=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1655 is #24E9AA. Grayscale: #585858. Windows color (decimal): -2419115 or 5576411. OLE color: 5576411.
HSL color Cylindrical-coordinate representation of color #DB1655: hue angle of 340.81º 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 #DB1655 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 85 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.14 |
| HSL | 340.81º | 0.82% | 0.47% | - |
| HSV(B) | 340.81º | 0.9% | 0.86% | - |
| XYZ | 31.14 | 16.29 | 10.1 | - |
| YUV | 88.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 85 | 0 | 0.90 | 0.61 | 0.14 | 340.81 | 0.82 | 0.47 |
| Hex | DB | 16 | 55 | 0 | 5A | 3D | E | 155 | 52 | 2F |
| Octal | 333 | 26 | 125 | 0 | 132 | 75 | 16 | 525 | 122 | 57 |
| Binary | 11011011 | 10110 | 1010101 | 0 | 1011010 | 111101 | 1110 | 101010101 | 1010010 | 101111 |
Color Harmonies of #DB1655
Complementary color
Monochromatic Colors of #DB1655
Black with #DB1655
Text Example
Text Example
White with #DB1655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1655; }
p { color: rgb(219,22,85); }
H1.HeaderClassName
{
color: #DB1655;
}
.AnyTagClassName
{
color: #DB1655;
}
</style>
background-color css
<style>
a { background-color: #DB1655; }
a { background-color: rgb(219,22,85); }
div.DivClassName
{
background-color: #DB1655;
}
.BgClassName
{
background-color: #DB1655;
}
</style>
border-color css
<style>
span { border-color: #DB1655; }
span { border-color: rgb(219,22,85); }
td.TdClassName
{
border-color: #DB1655;
}
.TagClassName
{
border-color: #DB1655;
}
</style>