Shades of Ruby #DB0F65
Tints of Ruby #DB0F65
RGB
CMYK
RGB Variations
Color information
#DB0F65 (or 0xDB0F65) is known color: Ruby. HEX triplet: DB, 0F and 65. RGB value is (219,15,101). Sum of RGB (Red+Green+Blue) = 219+15+101=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F65 is #24F09A. Grayscale: #555555. Windows color (decimal): -2420891 or 6623195. OLE color: 6623195.
HSL color Cylindrical-coordinate representation of color #DB0F65: hue angle of 334.71º 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 #DB0F65 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 101 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.14 |
| HSL | 334.71º | 0.87% | 0.46% | - |
| HSV(B) | 334.71º | 0.93% | 0.86% | - |
| XYZ | 31.73 | 16.34 | 13.79 | - |
| YUV | 85.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 101 | 0 | 0.93 | 0.54 | 0.14 | 334.71 | 0.87 | 0.46 |
| Hex | DB | F | 65 | 0 | 5D | 36 | E | 14F | 57 | 2E |
| Octal | 333 | 17 | 145 | 0 | 135 | 66 | 16 | 517 | 127 | 56 |
| Binary | 11011011 | 1111 | 1100101 | 0 | 1011101 | 110110 | 1110 | 101001111 | 1010111 | 101110 |
Color Harmonies of #DB0F65
Complementary color
Monochromatic Colors of #DB0F65
Black with #DB0F65
Text Example
Text Example
White with #DB0F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F65; }
p { color: rgb(219,15,101); }
H1.HeaderClassName
{
color: #DB0F65;
}
.AnyTagClassName
{
color: #DB0F65;
}
</style>
background-color css
<style>
a { background-color: #DB0F65; }
a { background-color: rgb(219,15,101); }
div.DivClassName
{
background-color: #DB0F65;
}
.BgClassName
{
background-color: #DB0F65;
}
</style>
border-color css
<style>
span { border-color: #DB0F65; }
span { border-color: rgb(219,15,101); }
td.TdClassName
{
border-color: #DB0F65;
}
.TagClassName
{
border-color: #DB0F65;
}
</style>