Shades of Ruby #DB0F61
Tints of Ruby #DB0F61
RGB
CMYK
RGB Variations
Color information
#DB0F61 (or 0xDB0F61) is known color: Ruby. HEX triplet: DB, 0F and 61. RGB value is (219,15,97). Sum of RGB (Red+Green+Blue) = 219+15+97=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0F61 is #24F09E. Grayscale: #555555. Windows color (decimal): -2420895 or 6361051. OLE color: 6361051.
HSL color Cylindrical-coordinate representation of color #DB0F61: hue angle of 335.88º 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 #DB0F61 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 15 | 97 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.14 |
| HSL | 335.88º | 0.87% | 0.46% | - |
| HSV(B) | 335.88º | 0.93% | 0.86% | - |
| XYZ | 31.54 | 16.26 | 12.79 | - |
| YUV | 85.34 | 134.59 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 15 | 97 | 0 | 0.93 | 0.56 | 0.14 | 335.88 | 0.87 | 0.46 |
| Hex | DB | F | 61 | 0 | 5D | 38 | E | 150 | 57 | 2E |
| Octal | 333 | 17 | 141 | 0 | 135 | 70 | 16 | 520 | 127 | 56 |
| Binary | 11011011 | 1111 | 1100001 | 0 | 1011101 | 111000 | 1110 | 101010000 | 1010111 | 101110 |
Color Harmonies of #DB0F61
Complementary color
Monochromatic Colors of #DB0F61
Black with #DB0F61
Text Example
Text Example
White with #DB0F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0F61; }
p { color: rgb(219,15,97); }
H1.HeaderClassName
{
color: #DB0F61;
}
.AnyTagClassName
{
color: #DB0F61;
}
</style>
background-color css
<style>
a { background-color: #DB0F61; }
a { background-color: rgb(219,15,97); }
div.DivClassName
{
background-color: #DB0F61;
}
.BgClassName
{
background-color: #DB0F61;
}
</style>
border-color css
<style>
span { border-color: #DB0F61; }
span { border-color: rgb(219,15,97); }
td.TdClassName
{
border-color: #DB0F61;
}
.TagClassName
{
border-color: #DB0F61;
}
</style>