Shades of Ruby #DB0868
Tints of Ruby #DB0868
RGB
CMYK
RGB Variations
Color information
#DB0868 (or 0xDB0868) is known color: Ruby. HEX triplet: DB, 08 and 68. RGB value is (219,8,104). Sum of RGB (Red+Green+Blue) = 219+8+104=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0868 is #24F797. Grayscale: #515151. Windows color (decimal): -2422680 or 6818011. OLE color: 6818011.
HSL color Cylindrical-coordinate representation of color #DB0868: hue angle of 332.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0868 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.14 |
| HSL | 332.7º | 0.93% | 0.45% | - |
| HSV(B) | 332.7º | 0.96% | 0.86% | - |
| XYZ | 31.8 | 16.23 | 14.55 | - |
| YUV | 82.03 | 140.4 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 104 | 0 | 0.96 | 0.53 | 0.14 | 332.7 | 0.93 | 0.45 |
| Hex | DB | 8 | 68 | 0 | 60 | 35 | E | 14D | 5D | 2D |
| Octal | 333 | 10 | 150 | 0 | 140 | 65 | 16 | 515 | 135 | 55 |
| Binary | 11011011 | 1000 | 1101000 | 0 | 1100000 | 110101 | 1110 | 101001101 | 1011101 | 101101 |
Color Harmonies of #DB0868
Complementary color
Monochromatic Colors of #DB0868
Black with #DB0868
Text Example
Text Example
White with #DB0868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0868; }
p { color: rgb(219,8,104); }
H1.HeaderClassName
{
color: #DB0868;
}
.AnyTagClassName
{
color: #DB0868;
}
</style>
background-color css
<style>
a { background-color: #DB0868; }
a { background-color: rgb(219,8,104); }
div.DivClassName
{
background-color: #DB0868;
}
.BgClassName
{
background-color: #DB0868;
}
</style>
border-color css
<style>
span { border-color: #DB0868; }
span { border-color: rgb(219,8,104); }
td.TdClassName
{
border-color: #DB0868;
}
.TagClassName
{
border-color: #DB0868;
}
</style>