Shades of Ruby #DB0775
Tints of Ruby #DB0775
RGB
CMYK
RGB Variations
Color information
#DB0775 (or 0xDB0775) is known color: Ruby. HEX triplet: DB, 07 and 75. RGB value is (219,7,117). Sum of RGB (Red+Green+Blue) = 219+7+117=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0775 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0775 is #24F88A. Grayscale: #525252. Windows color (decimal): -2422923 or 7669723. OLE color: 7669723.
HSL color Cylindrical-coordinate representation of color #DB0775: hue angle of 328.87º 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 #DB0775 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 117 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.14 |
| HSL | 328.87º | 0.94% | 0.44% | - |
| HSV(B) | 328.87º | 0.97% | 0.86% | - |
| XYZ | 32.5 | 16.5 | 18.3 | - |
| YUV | 82.93 | 147.24 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 117 | 0 | 0.97 | 0.47 | 0.14 | 328.87 | 0.94 | 0.44 |
| Hex | DB | 7 | 75 | 0 | 61 | 2F | E | 149 | 5E | 2C |
| Octal | 333 | 7 | 165 | 0 | 141 | 57 | 16 | 511 | 136 | 54 |
| Binary | 11011011 | 111 | 1110101 | 0 | 1100001 | 101111 | 1110 | 101001001 | 1011110 | 101100 |
Color Harmonies of #DB0775
Complementary color
Monochromatic Colors of #DB0775
Black with #DB0775
Text Example
Text Example
White with #DB0775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0775; }
p { color: rgb(219,7,117); }
H1.HeaderClassName
{
color: #DB0775;
}
.AnyTagClassName
{
color: #DB0775;
}
</style>
background-color css
<style>
a { background-color: #DB0775; }
a { background-color: rgb(219,7,117); }
div.DivClassName
{
background-color: #DB0775;
}
.BgClassName
{
background-color: #DB0775;
}
</style>
border-color css
<style>
span { border-color: #DB0775; }
span { border-color: rgb(219,7,117); }
td.TdClassName
{
border-color: #DB0775;
}
.TagClassName
{
border-color: #DB0775;
}
</style>