Shades of Ruby #DA0964
Tints of Ruby #DA0964
RGB
CMYK
RGB Variations
Color information
#DA0964 (or 0xDA0964) is known color: Ruby. HEX triplet: DA, 09 and 64. RGB value is (218,9,100). Sum of RGB (Red+Green+Blue) = 218+9+100=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0964 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0964 is #25F69B. Grayscale: #515151. Windows color (decimal): -2487964 or 6556122. OLE color: 6556122.
HSL color Cylindrical-coordinate representation of color #DA0964: hue angle of 333.88º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0964 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 100 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.15 |
| HSL | 333.88º | 0.92% | 0.45% | - |
| HSV(B) | 333.88º | 0.96% | 0.85% | - |
| XYZ | 31.31 | 16.02 | 13.5 | - |
| YUV | 81.87 | 138.24 | 225.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 100 | 0 | 0.96 | 0.54 | 0.15 | 333.88 | 0.92 | 0.45 |
| Hex | DA | 9 | 64 | 0 | 60 | 36 | F | 14E | 5C | 2D |
| Octal | 332 | 11 | 144 | 0 | 140 | 66 | 17 | 516 | 134 | 55 |
| Binary | 11011010 | 1001 | 1100100 | 0 | 1100000 | 110110 | 1111 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DA0964
Complementary color
Monochromatic Colors of #DA0964
Black with #DA0964
Text Example
Text Example
White with #DA0964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0964; }
p { color: rgb(218,9,100); }
H1.HeaderClassName
{
color: #DA0964;
}
.AnyTagClassName
{
color: #DA0964;
}
</style>
background-color css
<style>
a { background-color: #DA0964; }
a { background-color: rgb(218,9,100); }
div.DivClassName
{
background-color: #DA0964;
}
.BgClassName
{
background-color: #DA0964;
}
</style>
border-color css
<style>
span { border-color: #DA0964; }
span { border-color: rgb(218,9,100); }
td.TdClassName
{
border-color: #DA0964;
}
.TagClassName
{
border-color: #DA0964;
}
</style>