Shades of Ruby #DA0766
Tints of Ruby #DA0766
RGB
CMYK
RGB Variations
Color information
#DA0766 (or 0xDA0766) is known color: Ruby. HEX triplet: DA, 07 and 66. RGB value is (218,7,102). Sum of RGB (Red+Green+Blue) = 218+7+102=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0766 is #25F899. Grayscale: #505050. Windows color (decimal): -2488474 or 6686682. OLE color: 6686682.
HSL color Cylindrical-coordinate representation of color #DA0766: hue angle of 332.99º 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 #DA0766 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.99º | 0.94% | 0.44% | - |
| HSV(B) | 332.99º | 0.97% | 0.85% | - |
| XYZ | 31.39 | 16.02 | 14.01 | - |
| YUV | 80.92 | 139.9 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 102 | 0 | 0.97 | 0.53 | 0.15 | 332.99 | 0.94 | 0.44 |
| Hex | DA | 7 | 66 | 0 | 61 | 35 | F | 14D | 5E | 2C |
| Octal | 332 | 7 | 146 | 0 | 141 | 65 | 17 | 515 | 136 | 54 |
| Binary | 11011010 | 111 | 1100110 | 0 | 1100001 | 110101 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #DA0766
Complementary color
Monochromatic Colors of #DA0766
Black with #DA0766
Text Example
Text Example
White with #DA0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0766; }
p { color: rgb(218,7,102); }
H1.HeaderClassName
{
color: #DA0766;
}
.AnyTagClassName
{
color: #DA0766;
}
</style>
background-color css
<style>
a { background-color: #DA0766; }
a { background-color: rgb(218,7,102); }
div.DivClassName
{
background-color: #DA0766;
}
.BgClassName
{
background-color: #DA0766;
}
</style>
border-color css
<style>
span { border-color: #DA0766; }
span { border-color: rgb(218,7,102); }
td.TdClassName
{
border-color: #DA0766;
}
.TagClassName
{
border-color: #DA0766;
}
</style>