Shades of Ruby #DA0776
Tints of Ruby #DA0776
RGB
CMYK
RGB Variations
Color information
#DA0776 (or 0xDA0776) is known color: Ruby. HEX triplet: DA, 07 and 76. RGB value is (218,7,118). Sum of RGB (Red+Green+Blue) = 218+7+118=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0776 is #25F889. Grayscale: #525252. Windows color (decimal): -2488458 or 7735258. OLE color: 7735258.
HSL color Cylindrical-coordinate representation of color #DA0776: hue angle of 328.44º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0776 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.44º | 0.94% | 0.44% | - |
| HSV(B) | 328.44º | 0.97% | 0.85% | - |
| XYZ | 32.26 | 16.37 | 18.6 | - |
| YUV | 82.74 | 147.9 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 118 | 0 | 0.97 | 0.46 | 0.15 | 328.44 | 0.94 | 0.44 |
| Hex | DA | 7 | 76 | 0 | 61 | 2E | F | 148 | 5E | 2C |
| Octal | 332 | 7 | 166 | 0 | 141 | 56 | 17 | 510 | 136 | 54 |
| Binary | 11011010 | 111 | 1110110 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011110 | 101100 |
Color Harmonies of #DA0776
Complementary color
Monochromatic Colors of #DA0776
Black with #DA0776
Text Example
Text Example
White with #DA0776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0776; }
p { color: rgb(218,7,118); }
H1.HeaderClassName
{
color: #DA0776;
}
.AnyTagClassName
{
color: #DA0776;
}
</style>
background-color css
<style>
a { background-color: #DA0776; }
a { background-color: rgb(218,7,118); }
div.DivClassName
{
background-color: #DA0776;
}
.BgClassName
{
background-color: #DA0776;
}
</style>
border-color css
<style>
span { border-color: #DA0776; }
span { border-color: rgb(218,7,118); }
td.TdClassName
{
border-color: #DA0776;
}
.TagClassName
{
border-color: #DA0776;
}
</style>