Shades of Ruby #DB0766
Tints of Ruby #DB0766
RGB
CMYK
RGB Variations
Color information
#DB0766 (or 0xDB0766) is known color: Ruby. HEX triplet: DB, 07 and 66. RGB value is (219,7,102). Sum of RGB (Red+Green+Blue) = 219+7+102=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0766 is #24F899. Grayscale: #515151. Windows color (decimal): -2422938 or 6686683. OLE color: 6686683.
HSL color Cylindrical-coordinate representation of color #DB0766: hue angle of 333.11º 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 #DB0766 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.14 |
| HSL | 333.11º | 0.94% | 0.44% | - |
| HSV(B) | 333.11º | 0.97% | 0.86% | - |
| XYZ | 31.69 | 16.17 | 14.02 | - |
| YUV | 81.22 | 139.74 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 102 | 0 | 0.97 | 0.53 | 0.14 | 333.11 | 0.94 | 0.44 |
| Hex | DB | 7 | 66 | 0 | 61 | 35 | E | 14D | 5E | 2C |
| Octal | 333 | 7 | 146 | 0 | 141 | 65 | 16 | 515 | 136 | 54 |
| Binary | 11011011 | 111 | 1100110 | 0 | 1100001 | 110101 | 1110 | 101001101 | 1011110 | 101100 |
Color Harmonies of #DB0766
Complementary color
Monochromatic Colors of #DB0766
Black with #DB0766
Text Example
Text Example
White with #DB0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0766; }
p { color: rgb(219,7,102); }
H1.HeaderClassName
{
color: #DB0766;
}
.AnyTagClassName
{
color: #DB0766;
}
</style>
background-color css
<style>
a { background-color: #DB0766; }
a { background-color: rgb(219,7,102); }
div.DivClassName
{
background-color: #DB0766;
}
.BgClassName
{
background-color: #DB0766;
}
</style>
border-color css
<style>
span { border-color: #DB0766; }
span { border-color: rgb(219,7,102); }
td.TdClassName
{
border-color: #DB0766;
}
.TagClassName
{
border-color: #DB0766;
}
</style>