Shades of Ruby #DA106E
Tints of Ruby #DA106E
RGB
CMYK
RGB Variations
Color information
#DA106E (or 0xDA106E) is known color: Ruby. HEX triplet: DA, 10 and 6E. RGB value is (218,16,110). Sum of RGB (Red+Green+Blue) = 218+16+110=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA106E is #25EF91. Grayscale: #565656. Windows color (decimal): -2486162 or 7213274. OLE color: 7213274.
HSL color Cylindrical-coordinate representation of color #DA106E: hue angle of 332.08º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA106E is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 110 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.15 |
| HSL | 332.08º | 0.86% | 0.46% | - |
| HSV(B) | 332.08º | 0.93% | 0.85% | - |
| XYZ | 31.91 | 16.4 | 16.24 | - |
| YUV | 87.11 | 140.92 | 221.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 110 | 0 | 0.93 | 0.50 | 0.15 | 332.08 | 0.86 | 0.46 |
| Hex | DA | 10 | 6E | 0 | 5D | 32 | F | 14C | 56 | 2E |
| Octal | 332 | 20 | 156 | 0 | 135 | 62 | 17 | 514 | 126 | 56 |
| Binary | 11011010 | 10000 | 1101110 | 0 | 1011101 | 110010 | 1111 | 101001100 | 1010110 | 101110 |
Color Harmonies of #DA106E
Complementary color
Monochromatic Colors of #DA106E
Black with #DA106E
Text Example
Text Example
White with #DA106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA106E; }
p { color: rgb(218,16,110); }
H1.HeaderClassName
{
color: #DA106E;
}
.AnyTagClassName
{
color: #DA106E;
}
</style>
background-color css
<style>
a { background-color: #DA106E; }
a { background-color: rgb(218,16,110); }
div.DivClassName
{
background-color: #DA106E;
}
.BgClassName
{
background-color: #DA106E;
}
</style>
border-color css
<style>
span { border-color: #DA106E; }
span { border-color: rgb(218,16,110); }
td.TdClassName
{
border-color: #DA106E;
}
.TagClassName
{
border-color: #DA106E;
}
</style>