Shades of Ruby #DA1359
Tints of Ruby #DA1359
RGB
CMYK
RGB Variations
Color information
#DA1359 (or 0xDA1359) is known color: Ruby. HEX triplet: DA, 13 and 59. RGB value is (218,19,89). Sum of RGB (Red+Green+Blue) = 218+19+89=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1359 is #25ECA6. Grayscale: #565656. Windows color (decimal): -2485415 or 5837786. OLE color: 5837786.
HSL color Cylindrical-coordinate representation of color #DA1359: hue angle of 338.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1359 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.15 |
| HSL | 338.89º | 0.84% | 0.46% | - |
| HSV(B) | 338.89º | 0.91% | 0.85% | - |
| XYZ | 30.95 | 16.09 | 10.93 | - |
| YUV | 86.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 89 | 0 | 0.91 | 0.59 | 0.15 | 338.89 | 0.84 | 0.46 |
| Hex | DA | 13 | 59 | 0 | 5B | 3B | F | 153 | 54 | 2E |
| Octal | 332 | 23 | 131 | 0 | 133 | 73 | 17 | 523 | 124 | 56 |
| Binary | 11011010 | 10011 | 1011001 | 0 | 1011011 | 111011 | 1111 | 101010011 | 1010100 | 101110 |
Color Harmonies of #DA1359
Complementary color
Monochromatic Colors of #DA1359
Black with #DA1359
Text Example
Text Example
White with #DA1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1359; }
p { color: rgb(218,19,89); }
H1.HeaderClassName
{
color: #DA1359;
}
.AnyTagClassName
{
color: #DA1359;
}
</style>
background-color css
<style>
a { background-color: #DA1359; }
a { background-color: rgb(218,19,89); }
div.DivClassName
{
background-color: #DA1359;
}
.BgClassName
{
background-color: #DA1359;
}
</style>
border-color css
<style>
span { border-color: #DA1359; }
span { border-color: rgb(218,19,89); }
td.TdClassName
{
border-color: #DA1359;
}
.TagClassName
{
border-color: #DA1359;
}
</style>