Shades of Ruby #DB1068
Tints of Ruby #DB1068
RGB
CMYK
RGB Variations
Color information
#DB1068 (or 0xDB1068) is known color: Ruby. HEX triplet: DB, 10 and 68. RGB value is (219,16,104). Sum of RGB (Red+Green+Blue) = 219+16+104=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1068 is #24EF97. Grayscale: #565656. Windows color (decimal): -2420632 or 6820059. OLE color: 6820059.
HSL color Cylindrical-coordinate representation of color #DB1068: hue angle of 333.99º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1068 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 104 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.14 |
| HSL | 333.99º | 0.86% | 0.46% | - |
| HSV(B) | 333.99º | 0.93% | 0.86% | - |
| XYZ | 31.9 | 16.43 | 14.59 | - |
| YUV | 86.73 | 137.75 | 222.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 104 | 0 | 0.93 | 0.53 | 0.14 | 333.99 | 0.86 | 0.46 |
| Hex | DB | 10 | 68 | 0 | 5D | 35 | E | 14E | 56 | 2E |
| Octal | 333 | 20 | 150 | 0 | 135 | 65 | 16 | 516 | 126 | 56 |
| Binary | 11011011 | 10000 | 1101000 | 0 | 1011101 | 110101 | 1110 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DB1068
Complementary color
Monochromatic Colors of #DB1068
Black with #DB1068
Text Example
Text Example
White with #DB1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1068; }
p { color: rgb(219,16,104); }
H1.HeaderClassName
{
color: #DB1068;
}
.AnyTagClassName
{
color: #DB1068;
}
</style>
background-color css
<style>
a { background-color: #DB1068; }
a { background-color: rgb(219,16,104); }
div.DivClassName
{
background-color: #DB1068;
}
.BgClassName
{
background-color: #DB1068;
}
</style>
border-color css
<style>
span { border-color: #DB1068; }
span { border-color: rgb(219,16,104); }
td.TdClassName
{
border-color: #DB1068;
}
.TagClassName
{
border-color: #DB1068;
}
</style>