Shades of Ruby #DA0765
Tints of Ruby #DA0765
RGB
CMYK
RGB Variations
Color information
#DA0765 (or 0xDA0765) is known color: Ruby. HEX triplet: DA, 07 and 65. RGB value is (218,7,101). Sum of RGB (Red+Green+Blue) = 218+7+101=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0765 is #25F89A. Grayscale: #505050. Windows color (decimal): -2488475 or 6621146. OLE color: 6621146.
HSL color Cylindrical-coordinate representation of color #DA0765: hue angle of 333.27º 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 #DA0765 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 101 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.15 |
| HSL | 333.27º | 0.94% | 0.44% | - |
| HSV(B) | 333.27º | 0.97% | 0.85% | - |
| XYZ | 31.34 | 16 | 13.75 | - |
| YUV | 80.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 101 | 0 | 0.97 | 0.54 | 0.15 | 333.27 | 0.94 | 0.44 |
| Hex | DA | 7 | 65 | 0 | 61 | 36 | F | 14D | 5E | 2C |
| Octal | 332 | 7 | 145 | 0 | 141 | 66 | 17 | 515 | 136 | 54 |
| Binary | 11011010 | 111 | 1100101 | 0 | 1100001 | 110110 | 1111 | 101001101 | 1011110 | 101100 |
Color Harmonies of #DA0765
Complementary color
Monochromatic Colors of #DA0765
Black with #DA0765
Text Example
Text Example
White with #DA0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0765; }
p { color: rgb(218,7,101); }
H1.HeaderClassName
{
color: #DA0765;
}
.AnyTagClassName
{
color: #DA0765;
}
</style>
background-color css
<style>
a { background-color: #DA0765; }
a { background-color: rgb(218,7,101); }
div.DivClassName
{
background-color: #DA0765;
}
.BgClassName
{
background-color: #DA0765;
}
</style>
border-color css
<style>
span { border-color: #DA0765; }
span { border-color: rgb(218,7,101); }
td.TdClassName
{
border-color: #DA0765;
}
.TagClassName
{
border-color: #DA0765;
}
</style>