Shades of Ruby #DB1956
Tints of Ruby #DB1956
RGB
CMYK
RGB Variations
Color information
#DB1956 (or 0xDB1956) is known color: Ruby. HEX triplet: DB, 19 and 56. RGB value is (219,25,86). Sum of RGB (Red+Green+Blue) = 219+25+86=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1956 is #24E6A9. Grayscale: #595959. Windows color (decimal): -2418346 or 5642715. OLE color: 5642715.
HSL color Cylindrical-coordinate representation of color #DB1956: hue angle of 341.13º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1956 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.14 |
| HSL | 341.13º | 0.8% | 0.48% | - |
| HSV(B) | 341.13º | 0.89% | 0.86% | - |
| XYZ | 31.24 | 16.43 | 10.33 | - |
| YUV | 89.96 | 125.77 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 86 | 0 | 0.89 | 0.61 | 0.14 | 341.13 | 0.8 | 0.48 |
| Hex | DB | 19 | 56 | 0 | 59 | 3D | E | 155 | 50 | 30 |
| Octal | 333 | 31 | 126 | 0 | 131 | 75 | 16 | 525 | 120 | 60 |
| Binary | 11011011 | 11001 | 1010110 | 0 | 1011001 | 111101 | 1110 | 101010101 | 1010000 | 110000 |
Color Harmonies of #DB1956
Complementary color
Monochromatic Colors of #DB1956
Black with #DB1956
Text Example
Text Example
White with #DB1956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1956; }
p { color: rgb(219,25,86); }
H1.HeaderClassName
{
color: #DB1956;
}
.AnyTagClassName
{
color: #DB1956;
}
</style>
background-color css
<style>
a { background-color: #DB1956; }
a { background-color: rgb(219,25,86); }
div.DivClassName
{
background-color: #DB1956;
}
.BgClassName
{
background-color: #DB1956;
}
</style>
border-color css
<style>
span { border-color: #DB1956; }
span { border-color: rgb(219,25,86); }
td.TdClassName
{
border-color: #DB1956;
}
.TagClassName
{
border-color: #DB1956;
}
</style>