Shades of Ruby #DA1756
Tints of Ruby #DA1756
RGB
CMYK
RGB Variations
Color information
#DA1756 (or 0xDA1756) is known color: Ruby. HEX triplet: DA, 17 and 56. RGB value is (218,23,86). Sum of RGB (Red+Green+Blue) = 218+23+86=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1756 is #25E8A9. Grayscale: #585858. Windows color (decimal): -2484394 or 5642202. OLE color: 5642202.
HSL color Cylindrical-coordinate representation of color #DA1756: hue angle of 340.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1756 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 23 | 86 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.15 |
| HSL | 340.62º | 0.81% | 0.47% | - |
| HSV(B) | 340.62º | 0.89% | 0.85% | - |
| XYZ | 30.9 | 16.19 | 10.3 | - |
| YUV | 88.49 | 126.6 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 23 | 86 | 0 | 0.89 | 0.61 | 0.15 | 340.62 | 0.81 | 0.47 |
| Hex | DA | 17 | 56 | 0 | 59 | 3D | F | 155 | 51 | 2F |
| Octal | 332 | 27 | 126 | 0 | 131 | 75 | 17 | 525 | 121 | 57 |
| Binary | 11011010 | 10111 | 1010110 | 0 | 1011001 | 111101 | 1111 | 101010101 | 1010001 | 101111 |
Color Harmonies of #DA1756
Complementary color
Monochromatic Colors of #DA1756
Black with #DA1756
Text Example
Text Example
White with #DA1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1756; }
p { color: rgb(218,23,86); }
H1.HeaderClassName
{
color: #DA1756;
}
.AnyTagClassName
{
color: #DA1756;
}
</style>
background-color css
<style>
a { background-color: #DA1756; }
a { background-color: rgb(218,23,86); }
div.DivClassName
{
background-color: #DA1756;
}
.BgClassName
{
background-color: #DA1756;
}
</style>
border-color css
<style>
span { border-color: #DA1756; }
span { border-color: rgb(218,23,86); }
td.TdClassName
{
border-color: #DA1756;
}
.TagClassName
{
border-color: #DA1756;
}
</style>