Shades of Ruby #DB0F68
Tints of Ruby #DB0F68
RGB
CMYK
RGB Variations
Color information
#DB0F68 (or 0xDB0F68) is known color: Ruby. HEX triplet: DB, 0F and 68. RGB value is (219,15,104). Sum of RGB (Red+Green+Blue) = 219+15+104=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F68 is #24F097. Grayscale: #555555. Windows color (decimal): -2420888 or 6819803. OLE color: 6819803.
HSL color Cylindrical-coordinate representation of color #DB0F68: hue angle of 333.82º degrees, saturation: 0.87, 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 #DB0F68 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 104 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.14 |
| HSL | 333.82º | 0.87% | 0.46% | - |
| HSV(B) | 333.82º | 0.93% | 0.86% | - |
| XYZ | 31.88 | 16.4 | 14.58 | - |
| YUV | 86.14 | 138.09 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 104 | 0 | 0.93 | 0.53 | 0.14 | 333.82 | 0.87 | 0.46 |
| Hex | DB | F | 68 | 0 | 5D | 35 | E | 14E | 57 | 2E |
| Octal | 333 | 17 | 150 | 0 | 135 | 65 | 16 | 516 | 127 | 56 |
| Binary | 11011011 | 1111 | 1101000 | 0 | 1011101 | 110101 | 1110 | 101001110 | 1010111 | 101110 |
Color Harmonies of #DB0F68
Complementary color
Monochromatic Colors of #DB0F68
Black with #DB0F68
Text Example
Text Example
White with #DB0F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F68; }
p { color: rgb(219,15,104); }
H1.HeaderClassName
{
color: #DB0F68;
}
.AnyTagClassName
{
color: #DB0F68;
}
</style>
background-color css
<style>
a { background-color: #DB0F68; }
a { background-color: rgb(219,15,104); }
div.DivClassName
{
background-color: #DB0F68;
}
.BgClassName
{
background-color: #DB0F68;
}
</style>
border-color css
<style>
span { border-color: #DB0F68; }
span { border-color: rgb(219,15,104); }
td.TdClassName
{
border-color: #DB0F68;
}
.TagClassName
{
border-color: #DB0F68;
}
</style>