Shades of Ruby #DB0772
Tints of Ruby #DB0772
RGB
CMYK
RGB Variations
Color information
#DB0772 (or 0xDB0772) is known color: Ruby. HEX triplet: DB, 07 and 72. RGB value is (219,7,114). Sum of RGB (Red+Green+Blue) = 219+7+114=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0772 is #24F88D. Grayscale: #525252. Windows color (decimal): -2422926 or 7473115. OLE color: 7473115.
HSL color Cylindrical-coordinate representation of color #DB0772: hue angle of 329.72º 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 #DB0772 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 114 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.14 |
| HSL | 329.72º | 0.94% | 0.44% | - |
| HSV(B) | 329.72º | 0.97% | 0.86% | - |
| XYZ | 32.33 | 16.43 | 17.39 | - |
| YUV | 82.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 114 | 0 | 0.97 | 0.48 | 0.14 | 329.72 | 0.94 | 0.44 |
| Hex | DB | 7 | 72 | 0 | 61 | 30 | E | 14A | 5E | 2C |
| Octal | 333 | 7 | 162 | 0 | 141 | 60 | 16 | 512 | 136 | 54 |
| Binary | 11011011 | 111 | 1110010 | 0 | 1100001 | 110000 | 1110 | 101001010 | 1011110 | 101100 |
Color Harmonies of #DB0772
Complementary color
Monochromatic Colors of #DB0772
Black with #DB0772
Text Example
Text Example
White with #DB0772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0772; }
p { color: rgb(219,7,114); }
H1.HeaderClassName
{
color: #DB0772;
}
.AnyTagClassName
{
color: #DB0772;
}
</style>
background-color css
<style>
a { background-color: #DB0772; }
a { background-color: rgb(219,7,114); }
div.DivClassName
{
background-color: #DB0772;
}
.BgClassName
{
background-color: #DB0772;
}
</style>
border-color css
<style>
span { border-color: #DB0772; }
span { border-color: rgb(219,7,114); }
td.TdClassName
{
border-color: #DB0772;
}
.TagClassName
{
border-color: #DB0772;
}
</style>