Shades of Ruby #DB0765
Tints of Ruby #DB0765
RGB
CMYK
RGB Variations
Color information
#DB0765 (or 0xDB0765) is known color: Ruby. HEX triplet: DB, 07 and 65. RGB value is (219,7,101). Sum of RGB (Red+Green+Blue) = 219+7+101=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0765 is #24F89A. Grayscale: #505050. Windows color (decimal): -2422939 or 6621147. OLE color: 6621147.
HSL color Cylindrical-coordinate representation of color #DB0765: hue angle of 333.4º 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 #DB0765 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.14 |
| HSL | 333.4º | 0.94% | 0.44% | - |
| HSV(B) | 333.4º | 0.97% | 0.86% | - |
| XYZ | 31.64 | 16.15 | 13.76 | - |
| YUV | 81.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 101 | 0 | 0.97 | 0.54 | 0.14 | 333.4 | 0.94 | 0.44 |
| Hex | DB | 7 | 65 | 0 | 61 | 36 | E | 14D | 5E | 2C |
| Octal | 333 | 7 | 145 | 0 | 141 | 66 | 16 | 515 | 136 | 54 |
| Binary | 11011011 | 111 | 1100101 | 0 | 1100001 | 110110 | 1110 | 101001101 | 1011110 | 101100 |
Color Harmonies of #DB0765
Complementary color
Monochromatic Colors of #DB0765
Black with #DB0765
Text Example
Text Example
White with #DB0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0765; }
p { color: rgb(219,7,101); }
H1.HeaderClassName
{
color: #DB0765;
}
.AnyTagClassName
{
color: #DB0765;
}
</style>
background-color css
<style>
a { background-color: #DB0765; }
a { background-color: rgb(219,7,101); }
div.DivClassName
{
background-color: #DB0765;
}
.BgClassName
{
background-color: #DB0765;
}
</style>
border-color css
<style>
span { border-color: #DB0765; }
span { border-color: rgb(219,7,101); }
td.TdClassName
{
border-color: #DB0765;
}
.TagClassName
{
border-color: #DB0765;
}
</style>