Shades of Ruby #DB1968
Tints of Ruby #DB1968
RGB
CMYK
RGB Variations
Color information
#DB1968 (or 0xDB1968) is known color: Ruby. HEX triplet: DB, 19 and 68. RGB value is (219,25,104). Sum of RGB (Red+Green+Blue) = 219+25+104=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1968 is #24E697. Grayscale: #5B5B5B. Windows color (decimal): -2418328 or 6822363. OLE color: 6822363.
HSL color Cylindrical-coordinate representation of color #DB1968: hue angle of 335.57º 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 #DB1968 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 104 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.14 |
| HSL | 335.57º | 0.8% | 0.48% | - |
| HSV(B) | 335.57º | 0.89% | 0.86% | - |
| XYZ | 32.06 | 16.75 | 14.64 | - |
| YUV | 92.01 | 134.77 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 104 | 0 | 0.89 | 0.53 | 0.14 | 335.57 | 0.8 | 0.48 |
| Hex | DB | 19 | 68 | 0 | 59 | 35 | E | 150 | 50 | 30 |
| Octal | 333 | 31 | 150 | 0 | 131 | 65 | 16 | 520 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101000 | 0 | 1011001 | 110101 | 1110 | 101010000 | 1010000 | 110000 |
Color Harmonies of #DB1968
Complementary color
Monochromatic Colors of #DB1968
Black with #DB1968
Text Example
Text Example
White with #DB1968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1968; }
p { color: rgb(219,25,104); }
H1.HeaderClassName
{
color: #DB1968;
}
.AnyTagClassName
{
color: #DB1968;
}
</style>
background-color css
<style>
a { background-color: #DB1968; }
a { background-color: rgb(219,25,104); }
div.DivClassName
{
background-color: #DB1968;
}
.BgClassName
{
background-color: #DB1968;
}
</style>
border-color css
<style>
span { border-color: #DB1968; }
span { border-color: rgb(219,25,104); }
td.TdClassName
{
border-color: #DB1968;
}
.TagClassName
{
border-color: #DB1968;
}
</style>