Shades of Ruby #DA1163
Tints of Ruby #DA1163
RGB
CMYK
RGB Variations
Color information
#DA1163 (or 0xDA1163) is known color: Ruby. HEX triplet: DA, 11 and 63. RGB value is (218,17,99). Sum of RGB (Red+Green+Blue) = 218+17+99=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1163 is #25EE9C. Grayscale: #565656. Windows color (decimal): -2485917 or 6492634. OLE color: 6492634.
HSL color Cylindrical-coordinate representation of color #DA1163: hue angle of 335.52º 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 #DA1163 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 99 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.15 |
| HSL | 335.52º | 0.86% | 0.46% | - |
| HSV(B) | 335.52º | 0.92% | 0.85% | - |
| XYZ | 31.37 | 16.21 | 13.28 | - |
| YUV | 86.45 | 135.09 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 99 | 0 | 0.92 | 0.55 | 0.15 | 335.52 | 0.86 | 0.46 |
| Hex | DA | 11 | 63 | 0 | 5C | 37 | F | 150 | 56 | 2E |
| Octal | 332 | 21 | 143 | 0 | 134 | 67 | 17 | 520 | 126 | 56 |
| Binary | 11011010 | 10001 | 1100011 | 0 | 1011100 | 110111 | 1111 | 101010000 | 1010110 | 101110 |
Color Harmonies of #DA1163
Complementary color
Monochromatic Colors of #DA1163
Black with #DA1163
Text Example
Text Example
White with #DA1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1163; }
p { color: rgb(218,17,99); }
H1.HeaderClassName
{
color: #DA1163;
}
.AnyTagClassName
{
color: #DA1163;
}
</style>
background-color css
<style>
a { background-color: #DA1163; }
a { background-color: rgb(218,17,99); }
div.DivClassName
{
background-color: #DA1163;
}
.BgClassName
{
background-color: #DA1163;
}
</style>
border-color css
<style>
span { border-color: #DA1163; }
span { border-color: rgb(218,17,99); }
td.TdClassName
{
border-color: #DA1163;
}
.TagClassName
{
border-color: #DA1163;
}
</style>