Shades of Ruby #DB1D56
Tints of Ruby #DB1D56
RGB
CMYK
RGB Variations
Color information
#DB1D56 (or 0xDB1D56) is known color: Ruby. HEX triplet: DB, 1D and 56. RGB value is (219,29,86). Sum of RGB (Red+Green+Blue) = 219+29+86=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D56 is #24E2A9. Grayscale: #5C5C5C. Windows color (decimal): -2417322 or 5643739. OLE color: 5643739.
HSL color Cylindrical-coordinate representation of color #DB1D56: hue angle of 342º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D56 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 86 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.14 |
| HSL | 342º | 0.77% | 0.49% | - |
| HSV(B) | 342º | 0.87% | 0.86% | - |
| XYZ | 31.33 | 16.61 | 10.36 | - |
| YUV | 92.31 | 124.45 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 86 | 0 | 0.87 | 0.61 | 0.14 | 342 | 0.77 | 0.49 |
| Hex | DB | 1D | 56 | 0 | 57 | 3D | E | 156 | 4D | 31 |
| Octal | 333 | 35 | 126 | 0 | 127 | 75 | 16 | 526 | 115 | 61 |
| Binary | 11011011 | 11101 | 1010110 | 0 | 1010111 | 111101 | 1110 | 101010110 | 1001101 | 110001 |
Color Harmonies of #DB1D56
Complementary color
Monochromatic Colors of #DB1D56
Black with #DB1D56
Text Example
Text Example
White with #DB1D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D56; }
p { color: rgb(219,29,86); }
H1.HeaderClassName
{
color: #DB1D56;
}
.AnyTagClassName
{
color: #DB1D56;
}
</style>
background-color css
<style>
a { background-color: #DB1D56; }
a { background-color: rgb(219,29,86); }
div.DivClassName
{
background-color: #DB1D56;
}
.BgClassName
{
background-color: #DB1D56;
}
</style>
border-color css
<style>
span { border-color: #DB1D56; }
span { border-color: rgb(219,29,86); }
td.TdClassName
{
border-color: #DB1D56;
}
.TagClassName
{
border-color: #DB1D56;
}
</style>