Shades of Ruby #DB0771
Tints of Ruby #DB0771
RGB
CMYK
RGB Variations
Color information
#DB0771 (or 0xDB0771) is known color: Ruby. HEX triplet: DB, 07 and 71. RGB value is (219,7,113). Sum of RGB (Red+Green+Blue) = 219+7+113=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0771 is #24F88E. Grayscale: #525252. Windows color (decimal): -2422927 or 7407579. OLE color: 7407579.
HSL color Cylindrical-coordinate representation of color #DB0771: hue angle of 330º degrees, saturation: 0.94, 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 #DB0771 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 113 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.14 |
| HSL | 330º | 0.94% | 0.44% | - |
| HSV(B) | 330º | 0.97% | 0.86% | - |
| XYZ | 32.27 | 16.4 | 17.09 | - |
| YUV | 82.47 | 145.24 | 225.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 113 | 0 | 0.97 | 0.48 | 0.14 | 330 | 0.94 | 0.44 |
| Hex | DB | 7 | 71 | 0 | 61 | 30 | E | 14A | 5E | 2C |
| Octal | 333 | 7 | 161 | 0 | 141 | 60 | 16 | 512 | 136 | 54 |
| Binary | 11011011 | 111 | 1110001 | 0 | 1100001 | 110000 | 1110 | 101001010 | 1011110 | 101100 |
Color Harmonies of #DB0771
Complementary color
Monochromatic Colors of #DB0771
Black with #DB0771
Text Example
Text Example
White with #DB0771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0771; }
p { color: rgb(219,7,113); }
H1.HeaderClassName
{
color: #DB0771;
}
.AnyTagClassName
{
color: #DB0771;
}
</style>
background-color css
<style>
a { background-color: #DB0771; }
a { background-color: rgb(219,7,113); }
div.DivClassName
{
background-color: #DB0771;
}
.BgClassName
{
background-color: #DB0771;
}
</style>
border-color css
<style>
span { border-color: #DB0771; }
span { border-color: rgb(219,7,113); }
td.TdClassName
{
border-color: #DB0771;
}
.TagClassName
{
border-color: #DB0771;
}
</style>