Shades of Ruby #DA1168
Tints of Ruby #DA1168
RGB
CMYK
RGB Variations
Color information
#DA1168 (or 0xDA1168) is known color: Ruby. HEX triplet: DA, 11 and 68. RGB value is (218,17,104). Sum of RGB (Red+Green+Blue) = 218+17+104=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1168 is #25EE97. Grayscale: #565656. Windows color (decimal): -2485912 or 6820314. OLE color: 6820314.
HSL color Cylindrical-coordinate representation of color #DA1168: hue angle of 334.03º 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 #DA1168 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 104 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.15 |
| HSL | 334.03º | 0.86% | 0.46% | - |
| HSV(B) | 334.03º | 0.92% | 0.85% | - |
| XYZ | 31.61 | 16.31 | 14.58 | - |
| YUV | 87.02 | 137.59 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 104 | 0 | 0.92 | 0.52 | 0.15 | 334.03 | 0.86 | 0.46 |
| Hex | DA | 11 | 68 | 0 | 5C | 34 | F | 14E | 56 | 2E |
| Octal | 332 | 21 | 150 | 0 | 134 | 64 | 17 | 516 | 126 | 56 |
| Binary | 11011010 | 10001 | 1101000 | 0 | 1011100 | 110100 | 1111 | 101001110 | 1010110 | 101110 |
Color Harmonies of #DA1168
Complementary color
Monochromatic Colors of #DA1168
Black with #DA1168
Text Example
Text Example
White with #DA1168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1168; }
p { color: rgb(218,17,104); }
H1.HeaderClassName
{
color: #DA1168;
}
.AnyTagClassName
{
color: #DA1168;
}
</style>
background-color css
<style>
a { background-color: #DA1168; }
a { background-color: rgb(218,17,104); }
div.DivClassName
{
background-color: #DA1168;
}
.BgClassName
{
background-color: #DA1168;
}
</style>
border-color css
<style>
span { border-color: #DA1168; }
span { border-color: rgb(218,17,104); }
td.TdClassName
{
border-color: #DA1168;
}
.TagClassName
{
border-color: #DA1168;
}
</style>