Shades of Ruby #DA1156
Tints of Ruby #DA1156
RGB
CMYK
RGB Variations
Color information
#DA1156 (or 0xDA1156) is known color: Ruby. HEX triplet: DA, 11 and 56. RGB value is (218,17,86). Sum of RGB (Red+Green+Blue) = 218+17+86=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1156 is #25EEA9. Grayscale: #545454. Windows color (decimal): -2485930 or 5640666. OLE color: 5640666.
HSL color Cylindrical-coordinate representation of color #DA1156: hue angle of 339.4º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1156 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 86 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.15 |
| HSL | 339.4º | 0.86% | 0.46% | - |
| HSV(B) | 339.4º | 0.92% | 0.85% | - |
| XYZ | 30.79 | 15.98 | 10.27 | - |
| YUV | 84.97 | 128.59 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 86 | 0 | 0.92 | 0.61 | 0.15 | 339.4 | 0.86 | 0.46 |
| Hex | DA | 11 | 56 | 0 | 5C | 3D | F | 153 | 56 | 2E |
| Octal | 332 | 21 | 126 | 0 | 134 | 75 | 17 | 523 | 126 | 56 |
| Binary | 11011010 | 10001 | 1010110 | 0 | 1011100 | 111101 | 1111 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DA1156
Complementary color
Monochromatic Colors of #DA1156
Black with #DA1156
Text Example
Text Example
White with #DA1156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1156; }
p { color: rgb(218,17,86); }
H1.HeaderClassName
{
color: #DA1156;
}
.AnyTagClassName
{
color: #DA1156;
}
</style>
background-color css
<style>
a { background-color: #DA1156; }
a { background-color: rgb(218,17,86); }
div.DivClassName
{
background-color: #DA1156;
}
.BgClassName
{
background-color: #DA1156;
}
</style>
border-color css
<style>
span { border-color: #DA1156; }
span { border-color: rgb(218,17,86); }
td.TdClassName
{
border-color: #DA1156;
}
.TagClassName
{
border-color: #DA1156;
}
</style>