Shades of Ruby #DA0773
Tints of Ruby #DA0773
RGB
CMYK
RGB Variations
Color information
#DA0773 (or 0xDA0773) is known color: Ruby. HEX triplet: DA, 07 and 73. RGB value is (218,7,115). Sum of RGB (Red+Green+Blue) = 218+7+115=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0773 is #25F88C. Grayscale: #525252. Windows color (decimal): -2488461 or 7538650. OLE color: 7538650.
HSL color Cylindrical-coordinate representation of color #DA0773: hue angle of 329.29º 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 #DA0773 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.15 |
| HSL | 329.29º | 0.94% | 0.44% | - |
| HSV(B) | 329.29º | 0.97% | 0.85% | - |
| XYZ | 32.08 | 16.3 | 17.67 | - |
| YUV | 82.4 | 146.4 | 224.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 115 | 0 | 0.97 | 0.47 | 0.15 | 329.29 | 0.94 | 0.44 |
| Hex | DA | 7 | 73 | 0 | 61 | 2F | F | 149 | 5E | 2C |
| Octal | 332 | 7 | 163 | 0 | 141 | 57 | 17 | 511 | 136 | 54 |
| Binary | 11011010 | 111 | 1110011 | 0 | 1100001 | 101111 | 1111 | 101001001 | 1011110 | 101100 |
Color Harmonies of #DA0773
Complementary color
Monochromatic Colors of #DA0773
Black with #DA0773
Text Example
Text Example
White with #DA0773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0773; }
p { color: rgb(218,7,115); }
H1.HeaderClassName
{
color: #DA0773;
}
.AnyTagClassName
{
color: #DA0773;
}
</style>
background-color css
<style>
a { background-color: #DA0773; }
a { background-color: rgb(218,7,115); }
div.DivClassName
{
background-color: #DA0773;
}
.BgClassName
{
background-color: #DA0773;
}
</style>
border-color css
<style>
span { border-color: #DA0773; }
span { border-color: rgb(218,7,115); }
td.TdClassName
{
border-color: #DA0773;
}
.TagClassName
{
border-color: #DA0773;
}
</style>