Shades of Ruby #DA0764
Tints of Ruby #DA0764
RGB
CMYK
RGB Variations
Color information
#DA0764 (or 0xDA0764) is known color: Ruby. HEX triplet: DA, 07 and 64. RGB value is (218,7,100). Sum of RGB (Red+Green+Blue) = 218+7+100=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0764 is #25F89B. Grayscale: #505050. Windows color (decimal): -2488476 or 6555610. OLE color: 6555610.
HSL color Cylindrical-coordinate representation of color #DA0764: hue angle of 333.55º 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 #DA0764 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 100 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.15 |
| HSL | 333.55º | 0.94% | 0.44% | - |
| HSV(B) | 333.55º | 0.97% | 0.85% | - |
| XYZ | 31.29 | 15.98 | 13.49 | - |
| YUV | 80.69 | 138.9 | 225.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 100 | 0 | 0.97 | 0.54 | 0.15 | 333.55 | 0.94 | 0.44 |
| Hex | DA | 7 | 64 | 0 | 61 | 36 | F | 14E | 5E | 2C |
| Octal | 332 | 7 | 144 | 0 | 141 | 66 | 17 | 516 | 136 | 54 |
| Binary | 11011010 | 111 | 1100100 | 0 | 1100001 | 110110 | 1111 | 101001110 | 1011110 | 101100 |
Color Harmonies of #DA0764
Complementary color
Monochromatic Colors of #DA0764
Black with #DA0764
Text Example
Text Example
White with #DA0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0764; }
p { color: rgb(218,7,100); }
H1.HeaderClassName
{
color: #DA0764;
}
.AnyTagClassName
{
color: #DA0764;
}
</style>
background-color css
<style>
a { background-color: #DA0764; }
a { background-color: rgb(218,7,100); }
div.DivClassName
{
background-color: #DA0764;
}
.BgClassName
{
background-color: #DA0764;
}
</style>
border-color css
<style>
span { border-color: #DA0764; }
span { border-color: rgb(218,7,100); }
td.TdClassName
{
border-color: #DA0764;
}
.TagClassName
{
border-color: #DA0764;
}
</style>