Shades of Ruby #DA1556
Tints of Ruby #DA1556
RGB
CMYK
RGB Variations
Color information
#DA1556 (or 0xDA1556) is known color: Ruby. HEX triplet: DA, 15 and 56. RGB value is (218,21,86). Sum of RGB (Red+Green+Blue) = 218+21+86=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1556 is #25EAA9. Grayscale: #575757. Windows color (decimal): -2484906 or 5641690. OLE color: 5641690.
HSL color Cylindrical-coordinate representation of color #DA1556: hue angle of 340.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1556 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 86 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.15 |
| HSL | 340.2º | 0.82% | 0.47% | - |
| HSV(B) | 340.2º | 0.9% | 0.85% | - |
| XYZ | 30.86 | 16.11 | 10.29 | - |
| YUV | 87.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 86 | 0 | 0.90 | 0.61 | 0.15 | 340.2 | 0.82 | 0.47 |
| Hex | DA | 15 | 56 | 0 | 5A | 3D | F | 154 | 52 | 2F |
| Octal | 332 | 25 | 126 | 0 | 132 | 75 | 17 | 524 | 122 | 57 |
| Binary | 11011010 | 10101 | 1010110 | 0 | 1011010 | 111101 | 1111 | 101010100 | 1010010 | 101111 |
Color Harmonies of #DA1556
Complementary color
Monochromatic Colors of #DA1556
Black with #DA1556
Text Example
Text Example
White with #DA1556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1556; }
p { color: rgb(218,21,86); }
H1.HeaderClassName
{
color: #DA1556;
}
.AnyTagClassName
{
color: #DA1556;
}
</style>
background-color css
<style>
a { background-color: #DA1556; }
a { background-color: rgb(218,21,86); }
div.DivClassName
{
background-color: #DA1556;
}
.BgClassName
{
background-color: #DA1556;
}
</style>
border-color css
<style>
span { border-color: #DA1556; }
span { border-color: rgb(218,21,86); }
td.TdClassName
{
border-color: #DA1556;
}
.TagClassName
{
border-color: #DA1556;
}
</style>