Shades of Ruby #DA116D
Tints of Ruby #DA116D
RGB
CMYK
RGB Variations
Color information
#DA116D (or 0xDA116D) is known color: Ruby. HEX triplet: DA, 11 and 6D. RGB value is (218,17,109). Sum of RGB (Red+Green+Blue) = 218+17+109=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA116D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA116D is #25EE92. Grayscale: #575757. Windows color (decimal): -2485907 or 7147994. OLE color: 7147994.
HSL color Cylindrical-coordinate representation of color #DA116D: hue angle of 332.54º 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 #DA116D is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 17 | 109 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.15 |
| HSL | 332.54º | 0.86% | 0.46% | - |
| HSV(B) | 332.54º | 0.92% | 0.85% | - |
| XYZ | 31.87 | 16.41 | 15.96 | - |
| YUV | 87.59 | 140.09 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 17 | 109 | 0 | 0.92 | 0.5 | 0.15 | 332.54 | 0.86 | 0.46 |
| Hex | DA | 11 | 6D | 0 | 5C | 32 | F | 14D | 56 | 2E |
| Octal | 332 | 21 | 155 | 0 | 134 | 62 | 17 | 515 | 126 | 56 |
| Binary | 11011010 | 10001 | 1101101 | 0 | 1011100 | 110010 | 1111 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DA116D
Complementary color
Monochromatic Colors of #DA116D
Black with #DA116D
Text Example
Text Example
White with #DA116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA116D; }
p { color: rgb(218,17,109); }
H1.HeaderClassName
{
color: #DA116D;
}
.AnyTagClassName
{
color: #DA116D;
}
</style>
background-color css
<style>
a { background-color: #DA116D; }
a { background-color: rgb(218,17,109); }
div.DivClassName
{
background-color: #DA116D;
}
.BgClassName
{
background-color: #DA116D;
}
</style>
border-color css
<style>
span { border-color: #DA116D; }
span { border-color: rgb(218,17,109); }
td.TdClassName
{
border-color: #DA116D;
}
.TagClassName
{
border-color: #DA116D;
}
</style>