Shades of Ruby #DB1861
Tints of Ruby #DB1861
RGB
CMYK
RGB Variations
Color information
#DB1861 (or 0xDB1861) is known color: Ruby. HEX triplet: DB, 18 and 61. RGB value is (219,24,97). Sum of RGB (Red+Green+Blue) = 219+24+97=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1861 is #24E79E. Grayscale: #5A5A5A. Windows color (decimal): -2418591 or 6363355. OLE color: 6363355.
HSL color Cylindrical-coordinate representation of color #DB1861: hue angle of 337.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 #DB1861 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 24 | 97 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.14 |
| HSL | 337.54º | 0.8% | 0.48% | - |
| HSV(B) | 337.54º | 0.89% | 0.86% | - |
| XYZ | 31.7 | 16.58 | 12.84 | - |
| YUV | 90.63 | 131.6 | 219.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 24 | 97 | 0 | 0.89 | 0.56 | 0.14 | 337.54 | 0.8 | 0.48 |
| Hex | DB | 18 | 61 | 0 | 59 | 38 | E | 152 | 50 | 30 |
| Octal | 333 | 30 | 141 | 0 | 131 | 70 | 16 | 522 | 120 | 60 |
| Binary | 11011011 | 11000 | 1100001 | 0 | 1011001 | 111000 | 1110 | 101010010 | 1010000 | 110000 |
Color Harmonies of #DB1861
Complementary color
Monochromatic Colors of #DB1861
Black with #DB1861
Text Example
Text Example
White with #DB1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1861; }
p { color: rgb(219,24,97); }
H1.HeaderClassName
{
color: #DB1861;
}
.AnyTagClassName
{
color: #DB1861;
}
</style>
background-color css
<style>
a { background-color: #DB1861; }
a { background-color: rgb(219,24,97); }
div.DivClassName
{
background-color: #DB1861;
}
.BgClassName
{
background-color: #DB1861;
}
</style>
border-color css
<style>
span { border-color: #DB1861; }
span { border-color: rgb(219,24,97); }
td.TdClassName
{
border-color: #DB1861;
}
.TagClassName
{
border-color: #DB1861;
}
</style>