Shades of Ruby #DA1157
Tints of Ruby #DA1157
RGB
CMYK
RGB Variations
Color information
#DA1157 (or 0xDA1157) is known color: Ruby. HEX triplet: DA, 11 and 57. RGB value is (218,17,87). Sum of RGB (Red+Green+Blue) = 218+17+87=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1157 is #25EEA8. Grayscale: #555555. Windows color (decimal): -2485929 or 5706202. OLE color: 5706202.
HSL color Cylindrical-coordinate representation of color #DA1157: hue angle of 339.1º 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 #DA1157 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 87 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.15 |
| HSL | 339.1º | 0.86% | 0.46% | - |
| HSV(B) | 339.1º | 0.92% | 0.85% | - |
| XYZ | 30.83 | 15.99 | 10.48 | - |
| YUV | 85.08 | 129.09 | 222.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 87 | 0 | 0.92 | 0.60 | 0.15 | 339.1 | 0.86 | 0.46 |
| Hex | DA | 11 | 57 | 0 | 5C | 3C | F | 153 | 56 | 2E |
| Octal | 332 | 21 | 127 | 0 | 134 | 74 | 17 | 523 | 126 | 56 |
| Binary | 11011010 | 10001 | 1010111 | 0 | 1011100 | 111100 | 1111 | 101010011 | 1010110 | 101110 |
Color Harmonies of #DA1157
Complementary color
Monochromatic Colors of #DA1157
Black with #DA1157
Text Example
Text Example
White with #DA1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1157; }
p { color: rgb(218,17,87); }
H1.HeaderClassName
{
color: #DA1157;
}
.AnyTagClassName
{
color: #DA1157;
}
</style>
background-color css
<style>
a { background-color: #DA1157; }
a { background-color: rgb(218,17,87); }
div.DivClassName
{
background-color: #DA1157;
}
.BgClassName
{
background-color: #DA1157;
}
</style>
border-color css
<style>
span { border-color: #DA1157; }
span { border-color: rgb(218,17,87); }
td.TdClassName
{
border-color: #DA1157;
}
.TagClassName
{
border-color: #DA1157;
}
</style>