Shades of Ruby #DB0671
Tints of Ruby #DB0671
RGB
CMYK
RGB Variations
Color information
#DB0671 (or 0xDB0671) is known color: Ruby. HEX triplet: DB, 06 and 71. RGB value is (219,6,113). Sum of RGB (Red+Green+Blue) = 219+6+113=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0671 is #24F98E. Grayscale: #515151. Windows color (decimal): -2423183 or 7407323. OLE color: 7407323.
HSL color Cylindrical-coordinate representation of color #DB0671: hue angle of 329.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0671 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.14 |
| HSL | 329.86º | 0.95% | 0.44% | - |
| HSV(B) | 329.86º | 0.97% | 0.86% | - |
| XYZ | 32.26 | 16.38 | 17.08 | - |
| YUV | 81.89 | 145.57 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 113 | 0 | 0.97 | 0.48 | 0.14 | 329.86 | 0.95 | 0.44 |
| Hex | DB | 6 | 71 | 0 | 61 | 30 | E | 14A | 5F | 2C |
| Octal | 333 | 6 | 161 | 0 | 141 | 60 | 16 | 512 | 137 | 54 |
| Binary | 11011011 | 110 | 1110001 | 0 | 1100001 | 110000 | 1110 | 101001010 | 1011111 | 101100 |
Color Harmonies of #DB0671
Complementary color
Monochromatic Colors of #DB0671
Black with #DB0671
Text Example
Text Example
White with #DB0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0671; }
p { color: rgb(219,6,113); }
H1.HeaderClassName
{
color: #DB0671;
}
.AnyTagClassName
{
color: #DB0671;
}
</style>
background-color css
<style>
a { background-color: #DB0671; }
a { background-color: rgb(219,6,113); }
div.DivClassName
{
background-color: #DB0671;
}
.BgClassName
{
background-color: #DB0671;
}
</style>
border-color css
<style>
span { border-color: #DB0671; }
span { border-color: rgb(219,6,113); }
td.TdClassName
{
border-color: #DB0671;
}
.TagClassName
{
border-color: #DB0671;
}
</style>