Shades of Ruby #DA2059
Tints of Ruby #DA2059
RGB
CMYK
RGB Variations
Color information
#DA2059 (or 0xDA2059) is known color: Ruby. HEX triplet: DA, 20 and 59. RGB value is (218,32,89). Sum of RGB (Red+Green+Blue) = 218+32+89=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2059 is #25DFA6. Grayscale: #5E5E5E. Windows color (decimal): -2482087 or 5841114. OLE color: 5841114.
HSL color Cylindrical-coordinate representation of color #DA2059: hue angle of 341.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2059 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 89 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.15 |
| HSL | 341.61º | 0.74% | 0.49% | - |
| HSV(B) | 341.61º | 0.85% | 0.85% | - |
| XYZ | 31.23 | 16.66 | 11.02 | - |
| YUV | 94.11 | 125.12 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 89 | 0 | 0.85 | 0.59 | 0.15 | 341.61 | 0.74 | 0.49 |
| Hex | DA | 20 | 59 | 0 | 55 | 3B | F | 156 | 4A | 31 |
| Octal | 332 | 40 | 131 | 0 | 125 | 73 | 17 | 526 | 112 | 61 |
| Binary | 11011010 | 100000 | 1011001 | 0 | 1010101 | 111011 | 1111 | 101010110 | 1001010 | 110001 |
Color Harmonies of #DA2059
Complementary color
Monochromatic Colors of #DA2059
Black with #DA2059
Text Example
Text Example
White with #DA2059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2059; }
p { color: rgb(218,32,89); }
H1.HeaderClassName
{
color: #DA2059;
}
.AnyTagClassName
{
color: #DA2059;
}
</style>
background-color css
<style>
a { background-color: #DA2059; }
a { background-color: rgb(218,32,89); }
div.DivClassName
{
background-color: #DA2059;
}
.BgClassName
{
background-color: #DA2059;
}
</style>
border-color css
<style>
span { border-color: #DA2059; }
span { border-color: rgb(218,32,89); }
td.TdClassName
{
border-color: #DA2059;
}
.TagClassName
{
border-color: #DA2059;
}
</style>