Shades of Ruby #DB0F69
Tints of Ruby #DB0F69
RGB
CMYK
RGB Variations
Color information
#DB0F69 (or 0xDB0F69) is known color: Ruby. HEX triplet: DB, 0F and 69. RGB value is (219,15,105). Sum of RGB (Red+Green+Blue) = 219+15+105=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 15 (6.25% from 255 or 4.42% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F69 is #24F096. Grayscale: #565656. Windows color (decimal): -2420887 or 6885339. OLE color: 6885339.
HSL color Cylindrical-coordinate representation of color #DB0F69: hue angle of 333.53º 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 #DB0F69 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 105 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.14 |
| HSL | 333.53º | 0.87% | 0.46% | - |
| HSV(B) | 333.53º | 0.93% | 0.86% | - |
| XYZ | 31.93 | 16.42 | 14.85 | - |
| YUV | 86.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 105 | 0 | 0.93 | 0.52 | 0.14 | 333.53 | 0.87 | 0.46 |
| Hex | DB | F | 69 | 0 | 5D | 34 | E | 14E | 57 | 2E |
| Octal | 333 | 17 | 151 | 0 | 135 | 64 | 16 | 516 | 127 | 56 |
| Binary | 11011011 | 1111 | 1101001 | 0 | 1011101 | 110100 | 1110 | 101001110 | 1010111 | 101110 |
Color Harmonies of #DB0F69
Complementary color
Monochromatic Colors of #DB0F69
Black with #DB0F69
Text Example
Text Example
White with #DB0F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F69; }
p { color: rgb(219,15,105); }
H1.HeaderClassName
{
color: #DB0F69;
}
.AnyTagClassName
{
color: #DB0F69;
}
</style>
background-color css
<style>
a { background-color: #DB0F69; }
a { background-color: rgb(219,15,105); }
div.DivClassName
{
background-color: #DB0F69;
}
.BgClassName
{
background-color: #DB0F69;
}
</style>
border-color css
<style>
span { border-color: #DB0F69; }
span { border-color: rgb(219,15,105); }
td.TdClassName
{
border-color: #DB0F69;
}
.TagClassName
{
border-color: #DB0F69;
}
</style>