Shades of Ruby #DA0963
Tints of Ruby #DA0963
RGB
CMYK
RGB Variations
Color information
#DA0963 (or 0xDA0963) is known color: Ruby. HEX triplet: DA, 09 and 63. RGB value is (218,9,99). Sum of RGB (Red+Green+Blue) = 218+9+99=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0963 is #25F69C. Grayscale: #515151. Windows color (decimal): -2487965 or 6490586. OLE color: 6490586.
HSL color Cylindrical-coordinate representation of color #DA0963: hue angle of 334.16º 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 #DA0963 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.15 |
| HSL | 334.16º | 0.92% | 0.45% | - |
| HSV(B) | 334.16º | 0.96% | 0.85% | - |
| XYZ | 31.26 | 16 | 13.25 | - |
| YUV | 81.75 | 137.74 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 99 | 0 | 0.96 | 0.55 | 0.15 | 334.16 | 0.92 | 0.45 |
| Hex | DA | 9 | 63 | 0 | 60 | 37 | F | 14E | 5C | 2D |
| Octal | 332 | 11 | 143 | 0 | 140 | 67 | 17 | 516 | 134 | 55 |
| Binary | 11011010 | 1001 | 1100011 | 0 | 1100000 | 110111 | 1111 | 101001110 | 1011100 | 101101 |
Color Harmonies of #DA0963
Complementary color
Monochromatic Colors of #DA0963
Black with #DA0963
Text Example
Text Example
White with #DA0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0963; }
p { color: rgb(218,9,99); }
H1.HeaderClassName
{
color: #DA0963;
}
.AnyTagClassName
{
color: #DA0963;
}
</style>
background-color css
<style>
a { background-color: #DA0963; }
a { background-color: rgb(218,9,99); }
div.DivClassName
{
background-color: #DA0963;
}
.BgClassName
{
background-color: #DA0963;
}
</style>
border-color css
<style>
span { border-color: #DA0963; }
span { border-color: rgb(218,9,99); }
td.TdClassName
{
border-color: #DA0963;
}
.TagClassName
{
border-color: #DA0963;
}
</style>