Shades of Ruby #DA1174
Tints of Ruby #DA1174
RGB
CMYK
RGB Variations
Color information
#DA1174 (or 0xDA1174) is known color: Ruby. HEX triplet: DA, 11 and 74. RGB value is (218,17,116). Sum of RGB (Red+Green+Blue) = 218+17+116=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1174 is #25EE8B. Grayscale: #585858. Windows color (decimal): -2485900 or 7606746. OLE color: 7606746.
HSL color Cylindrical-coordinate representation of color #DA1174: hue angle of 330.45º 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 #DA1174 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 116 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.15 |
| HSL | 330.45º | 0.86% | 0.46% | - |
| HSV(B) | 330.45º | 0.92% | 0.85% | - |
| XYZ | 32.27 | 16.57 | 18.02 | - |
| YUV | 88.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 116 | 0 | 0.92 | 0.47 | 0.15 | 330.45 | 0.86 | 0.46 |
| Hex | DA | 11 | 74 | 0 | 5C | 2F | F | 14A | 56 | 2E |
| Octal | 332 | 21 | 164 | 0 | 134 | 57 | 17 | 512 | 126 | 56 |
| Binary | 11011010 | 10001 | 1110100 | 0 | 1011100 | 101111 | 1111 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DA1174
Complementary color
Monochromatic Colors of #DA1174
Black with #DA1174
Text Example
Text Example
White with #DA1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1174; }
p { color: rgb(218,17,116); }
H1.HeaderClassName
{
color: #DA1174;
}
.AnyTagClassName
{
color: #DA1174;
}
</style>
background-color css
<style>
a { background-color: #DA1174; }
a { background-color: rgb(218,17,116); }
div.DivClassName
{
background-color: #DA1174;
}
.BgClassName
{
background-color: #DA1174;
}
</style>
border-color css
<style>
span { border-color: #DA1174; }
span { border-color: rgb(218,17,116); }
td.TdClassName
{
border-color: #DA1174;
}
.TagClassName
{
border-color: #DA1174;
}
</style>