Shades of Ruby #DB1854
Tints of Ruby #DB1854
RGB
CMYK
RGB Variations
Color information
#DB1854 (or 0xDB1854) is known color: Ruby. HEX triplet: DB, 18 and 54. RGB value is (219,24,84). Sum of RGB (Red+Green+Blue) = 219+24+84=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1854 is #24E7AB. Grayscale: #595959. Windows color (decimal): -2418604 or 5511387. OLE color: 5511387.
HSL color Cylindrical-coordinate representation of color #DB1854: hue angle of 341.54º 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 #DB1854 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 84 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.14 |
| HSL | 341.54º | 0.8% | 0.48% | - |
| HSV(B) | 341.54º | 0.89% | 0.86% | - |
| XYZ | 31.14 | 16.35 | 9.9 | - |
| YUV | 89.15 | 125.1 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 84 | 0 | 0.89 | 0.62 | 0.14 | 341.54 | 0.8 | 0.48 |
| Hex | DB | 18 | 54 | 0 | 59 | 3E | E | 156 | 50 | 30 |
| Octal | 333 | 30 | 124 | 0 | 131 | 76 | 16 | 526 | 120 | 60 |
| Binary | 11011011 | 11000 | 1010100 | 0 | 1011001 | 111110 | 1110 | 101010110 | 1010000 | 110000 |
Color Harmonies of #DB1854
Complementary color
Monochromatic Colors of #DB1854
Black with #DB1854
Text Example
Text Example
White with #DB1854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1854; }
p { color: rgb(219,24,84); }
H1.HeaderClassName
{
color: #DB1854;
}
.AnyTagClassName
{
color: #DB1854;
}
</style>
background-color css
<style>
a { background-color: #DB1854; }
a { background-color: rgb(219,24,84); }
div.DivClassName
{
background-color: #DB1854;
}
.BgClassName
{
background-color: #DB1854;
}
</style>
border-color css
<style>
span { border-color: #DB1854; }
span { border-color: rgb(219,24,84); }
td.TdClassName
{
border-color: #DB1854;
}
.TagClassName
{
border-color: #DB1854;
}
</style>