Shades of Ruby #DB0076
Tints of Ruby #DB0076
RGB
CMYK
RGB Variations
Color information
#DB0076 (or 0xDB0076) is known color: Ruby. HEX triplet: DB, 00 and 76. RGB value is (219,0,118). Sum of RGB (Red+Green+Blue) = 219+0+118=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0076 is #24FF89. Grayscale: #4E4E4E. Windows color (decimal): -2424714 or 7733467. OLE color: 7733467.
HSL color Cylindrical-coordinate representation of color #DB0076: hue angle of 327.67º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0076 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.46 | 0.14 |
| HSL | 327.67º | 1% | 0.43% | - |
| HSV(B) | 327.67º | 1% | 0.86% | - |
| XYZ | 32.48 | 16.37 | 18.59 | - |
| YUV | 78.93 | 150.05 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 118 | 0 | 1 | 0.46 | 0.14 | 327.67 | 1 | 0.43 |
| Hex | DB | 0 | 76 | 0 | 64 | 2E | E | 148 | 64 | 2B |
| Octal | 333 | 0 | 166 | 0 | 144 | 56 | 16 | 510 | 144 | 53 |
| Binary | 11011011 | 0 | 1110110 | 0 | 1100100 | 101110 | 1110 | 101001000 | 1100100 | 101011 |
Color Harmonies of #DB0076
Complementary color
Monochromatic Colors of #DB0076
Black with #DB0076
Text Example
Text Example
White with #DB0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0076; }
p { color: rgb(219,0,118); }
H1.HeaderClassName
{
color: #DB0076;
}
.AnyTagClassName
{
color: #DB0076;
}
</style>
background-color css
<style>
a { background-color: #DB0076; }
a { background-color: rgb(219,0,118); }
div.DivClassName
{
background-color: #DB0076;
}
.BgClassName
{
background-color: #DB0076;
}
</style>
border-color css
<style>
span { border-color: #DB0076; }
span { border-color: rgb(219,0,118); }
td.TdClassName
{
border-color: #DB0076;
}
.TagClassName
{
border-color: #DB0076;
}
</style>