Shades of Ruby #DA106C
Tints of Ruby #DA106C
RGB
CMYK
RGB Variations
Color information
#DA106C (or 0xDA106C) is known color: Ruby. HEX triplet: DA, 10 and 6C. RGB value is (218,16,108). Sum of RGB (Red+Green+Blue) = 218+16+108=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA106C is #25EF93. Grayscale: #565656. Windows color (decimal): -2486164 or 7082202. OLE color: 7082202.
HSL color Cylindrical-coordinate representation of color #DA106C: hue angle of 332.67º 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 #DA106C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 108 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.15 |
| HSL | 332.67º | 0.86% | 0.46% | - |
| HSV(B) | 332.67º | 0.93% | 0.85% | - |
| XYZ | 31.81 | 16.36 | 15.67 | - |
| YUV | 86.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 108 | 0 | 0.93 | 0.50 | 0.15 | 332.67 | 0.86 | 0.46 |
| Hex | DA | 10 | 6C | 0 | 5D | 32 | F | 14D | 56 | 2E |
| Octal | 332 | 20 | 154 | 0 | 135 | 62 | 17 | 515 | 126 | 56 |
| Binary | 11011010 | 10000 | 1101100 | 0 | 1011101 | 110010 | 1111 | 101001101 | 1010110 | 101110 |
Color Harmonies of #DA106C
Complementary color
Monochromatic Colors of #DA106C
Black with #DA106C
Text Example
Text Example
White with #DA106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA106C; }
p { color: rgb(218,16,108); }
H1.HeaderClassName
{
color: #DA106C;
}
.AnyTagClassName
{
color: #DA106C;
}
</style>
background-color css
<style>
a { background-color: #DA106C; }
a { background-color: rgb(218,16,108); }
div.DivClassName
{
background-color: #DA106C;
}
.BgClassName
{
background-color: #DA106C;
}
</style>
border-color css
<style>
span { border-color: #DA106C; }
span { border-color: rgb(218,16,108); }
td.TdClassName
{
border-color: #DA106C;
}
.TagClassName
{
border-color: #DA106C;
}
</style>